Update port mapping for cheatsheets_app service in production.yml

This commit is contained in:
2024-04-15 14:57:44 +08:00
parent da4a7eb352
commit 1bad8e8c4f
+1 -1
View File
@@ -60,7 +60,7 @@ services:
container_name: cheatsheets_app container_name: cheatsheets_app
restart: unless-stopped restart: unless-stopped
ports: ports:
- 8811:80 - "8811:80"
networks: networks:
- net - net
- default - default