Skip to content

Instantly share code, notes, and snippets.

@ryu1
Last active January 6, 2020 03:34
Show Gist options
  • Select an option

  • Save ryu1/645c996e2e5ea9e8ea7bb5628d781a5f to your computer and use it in GitHub Desktop.

Select an option

Save ryu1/645c996e2e5ea9e8ea7bb5628d781a5f to your computer and use it in GitHub Desktop.
docker
# docker-compose.yml
# S用
version: '3'¬
services:¬
# user: test, password: test, PUBLICHOST: 親機の外向きIPアドレス
my_ftpd_server:¬
container_name: my_ftpd_server¬
ports:¬
- '21:21'¬
- '30000-30009:30000-30009'¬
environment:¬
- 'PUBLICHOST=192.168.1.107'¬
image: 'my_ftpd_server'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment