mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Nginx conf should be read only
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user