Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mkdir: can't create directory '/ftp/admin': I/O error #65

Open
geekyouth opened this issue Jan 9, 2024 · 0 comments
Open

mkdir: can't create directory '/ftp/admin': I/O error #65

geekyouth opened this issue Jan 9, 2024 · 0 comments

Comments

@geekyouth
Copy link

services:
  ftp:
    image: delfer/alpine-ftp-server
    hostname: ftp
    container_name: ftp-dev
    restart: unless-stopped
    ports:
      - 21:21
      - 21000-21003:21000-21003
    environment:
      TZ: Asia/Shanghai
      USERS: "admin|ftp_dev_pass|/ftp/admin"
      ADDRESS: 192.168.3.100
      MIN_PORT: 21000
      MAX_PORT: 21003
    volumes:
      - ./_docker-data/ftp-dev/:/ftp/:rw

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant