Updated Docker Compose with nginx (markdown)

codedge
2020-08-17 07:42:52 +02:00
parent 2eecfbddc3
commit 612ff33684

@@ -43,7 +43,7 @@ Next you need to change the configuration file. Exchange the existing one with t
volumes:
# Vhost configuration
- ./config/nginx/in-vhost.conf:/etc/nginx/conf.d/in-vhost.conf:ro
- ./config/nginx/in-vhost.conf:/etc/nginx/conf.d/default.conf:ro
...
```