mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 08:25:57 +00:00
Update port mapping for cheatsheets_app service in production.yml
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user