oversight 'docker-compose'

This commit is contained in:
kevinmartins25 2020-11-14 00:21:40 +01:00 committed by GitHub
parent b0a160912d
commit 41287fd7b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ Go to `https://your-domain-name.example.com` and enjoy!
Alternatively, if you don't want to expose an HTTPS server but only an HTTP one, run the following command:
$ SERVER_NAME=:80 -f docker-compose.yml -f docker-compose.prod.yml up -d
$ SERVER_NAME=:80 docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d
## Deploying on Multiple Nodes