Skip to content

Commit

Permalink
删掉不必要的配置
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbbbbbbbbbbba committed Sep 16, 2024
1 parent 208edee commit b4387ca
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,3 @@ services:
- 8082:8082
- 3000:3000
restart: on-failure

# nginx:
# container_name: bbs-go-nginx
# image: nginx:latest
# ports:
# - 80:80
# volumes:
# - .docker-compose/nginx.conf:/etc/nginx/conf.d/default.conf
# depends_on:
# - bbsgo
# restart: on-failure

0 comments on commit b4387ca

Please sign in to comment.