mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 00:45:58 +00:00
chore: Update docker-compose.yml to remove unnecessary user setting
This commit is contained in:
@@ -348,14 +348,12 @@ 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:
|
||||||
- 80
|
- 80
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
- default
|
|
||||||
|
|
||||||
# msmtpd:
|
# msmtpd:
|
||||||
# image: crazymax/msmtpd:latest
|
# image: crazymax/msmtpd:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user