mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 07:56:49 +00:00
chore: Update docker-compose.yml to set user for site_server container
This commit is contained in:
@@ -348,6 +348,7 @@ services:
|
|||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
container_name: site_server
|
container_name: site_server
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
user: "1000:1000"
|
||||||
volumes:
|
volumes:
|
||||||
- ./site:/usr/share/nginx/html:ro
|
- ./site:/usr/share/nginx/html:ro
|
||||||
expose:
|
expose:
|
||||||
|
|||||||
Reference in New Issue
Block a user