Make docker works

This commit is contained in:
colawithsauce 2023-12-09 00:28:00 +08:00
parent dc1e0aaf90
commit 6d6fd9a88c
2 changed files with 1 additions and 31 deletions

View file

@ -7,6 +7,7 @@ services:
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- ./docker/nginx.conf.example:/etc/nginx/conf.d/default.conf:ro
ports:
- 80:80
restart: always