mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fixed docker-volumes for stage
This commit is contained in:
@@ -5,13 +5,13 @@ services:
|
||||
build: ../../
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- appwrite-uploads:/storage/uploads:rw
|
||||
- appwrite-cache:/storage/cache:rw
|
||||
- ./../../app:/usr/share/nginx/html/app
|
||||
- ./../../public:/usr/share/nginx/html/public
|
||||
- ./../../src:/usr/share/nginx/html/src
|
||||
- ./../../vendor:/usr/share/nginx/html/vendor
|
||||
- ./../../docker/nginx.conf:/etc/nginx/nginx.conf:rw
|
||||
- ./../.appwrite-uploads:/storage/uploads:rw
|
||||
- ./../.appwrite-cache:/storage/cache:rw
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
|
||||
Reference in New Issue
Block a user