Skip to content

Commit

Permalink
Fix FTP path in example
Browse files Browse the repository at this point in the history
  • Loading branch information
kwilcox committed Aug 14, 2017
1 parent 292ea98 commit 7caba73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
FTP_USER: thisisme
FTP_PASSWORD: thisismypass
volumes:
- "./ftp:/data/ftp"
- "./ftp:/home"

gutils:
image: gutils
Expand Down

0 comments on commit 7caba73

Please sign in to comment.