Fixed typo in compose file version setting example.

This commit is contained in:
Red5d
2018-12-20 21:04:40 -05:00
committed by GitHub
parent b78da97768
commit 4eb8d97536

View File

@@ -17,7 +17,7 @@ Generate a compose file for multiple containers together:
The script defaults to outputting to compose file version 3, but use "-v 1" to output to version 1:
sudo python autocompose.py -v apache-test
sudo python autocompose.py -v 1 apache-test
Outputs a docker-compose compatible yaml structure: