Skip to content

Commit

Permalink
opt
Browse files Browse the repository at this point in the history
  • Loading branch information
GargantuaX committed Jan 29, 2023
1 parent bf2deb2 commit 3074539
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,14 @@ services:

# nginx服务,前端项目挂载在此处
nginx:
image: daocloud.io/library/nginx:1.14
image: nginx:1.14-alpine
restart: always
privileged: true
environment:
- TZ=Asia/Shanghai
ports:
- 9000:9000
volumes:
- /etc/localtime:/etc/localtime
- ./docker/data/nginx/conf/conf.d/:/etc/nginx/conf.d/
- ./docker/data/nginx/logs:/var/log/nginx
- ./docker/data/dashboard:/opt/dashboard
Expand Down

0 comments on commit 3074539

Please sign in to comment.