Last active
January 6, 2020 03:34
-
-
Save ryu1/645c996e2e5ea9e8ea7bb5628d781a5f to your computer and use it in GitHub Desktop.
docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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