Skip to content

Commit

Permalink
Merge pull request #11 from weiwiegeng/main
Browse files Browse the repository at this point in the history
feat:1. 修改nginx配置
  • Loading branch information
xinjiayu authored Sep 6, 2023
2 parents cf21e82 + af3798e commit 72992a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 147 deletions.
11 changes: 0 additions & 11 deletions manifest/docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,4 @@ services:
- ./mysql/init:/docker-entrypoint-initdb.d
ports:
- "3306:3306"
nginx:
image: nginx:1.25.1
restart: always
container_name: nginx
privileged: true
ports:
- 80:80
volumes:
- "./nginx/conf/nginx.conf:/etc/nginx/nginx.conf"
- "./nginx/html/:/usr/share/nginx/html/"
- "./nginx/logs/:/var/log/nginx/"

136 changes: 0 additions & 136 deletions manifest/docker-compose/nginx/conf/nginx.conf

This file was deleted.

0 comments on commit 72992a5

Please sign in to comment.