We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: