Merge pull request #84 from kevinmartins25/patch-1

oversight 'docker-compose'
This commit is contained in:
Maxime Helias 2020-11-14 11:16:49 +01:00 committed by GitHub
commit cff7fe63f7
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