Update port mapping for cheatsheets_app service in production.yml

This commit is contained in:
2024-04-15 15:37:32 +08:00
parent 1bad8e8c4f
commit 6b545a9feb
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -60,7 +60,7 @@ services:
container_name: cheatsheets_app
restart: unless-stopped
ports:
- "8811:80"
- "8011:80"
networks:
- net
- default
@@ -107,11 +107,11 @@ services:
restart: unless-stopped
volumes:
- ./site:/usr/share/nginx/html:ro
expose:
- 80
networks:
- net
- default
expose:
- 80
# msmtpd:
# image: crazymax/msmtpd:latest