mirror of
https://github.com/Red5d/docker-autocompose
synced 2026-01-04 15:48:02 +00:00
Fixed typo in compose file version setting example.
This commit is contained in:
@@ -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:
|
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:
|
Outputs a docker-compose compatible yaml structure:
|
||||||
|
|||||||
Reference in New Issue
Block a user