nginx headers

This commit is contained in:
cupcakearmy
2019-08-24 10:16:43 +02:00
parent 18409912fb
commit 6b7d9ad20a
3 changed files with 9 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
version: '3'
version: '3.7'
services:
home:
@@ -7,6 +7,7 @@ services:
ports:
- 80
volumes:
- ./nginx.conf:/usr/local/nginx/conf/sites/default.conf:ro
- ./public:/srv:ro
networks:
- traefik