1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00

Nginx conf should be read only

This commit is contained in:
eldadfux 2019-11-29 09:33:42 +02:00
parent 3858794301
commit 7d04afd962

View file

@ -11,7 +11,7 @@ services:
- ./docs:/usr/share/nginx/html/docs
- ./public:/usr/share/nginx/html/public
- ./src:/usr/share/nginx/html/src
- ./docker/nginx.conf:/etc/nginx/nginx.conf:rw
- ./docker/nginx.conf:/etc/nginx/nginx.conf
ports:
- "80:80"
- "443:443"
@ -85,4 +85,4 @@ volumes:
appwrite-db:
appwrite-cache:
appwrite-uploads:
appwrite-influxdb:
appwrite-influxdb: