``update Update port mappings for PocketBase, CMS, and Ionic Mobile services as per REQ0021
``
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# REQ0021
|
||||
|
||||
services:
|
||||
cms:
|
||||
image: 192.168.10.61:5000/demo_cms_ubuntu
|
||||
@@ -7,7 +9,7 @@ services:
|
||||
volumes:
|
||||
- ../cms:/app
|
||||
ports:
|
||||
- 3000:3000
|
||||
- 3011:3000
|
||||
working_dir: /app
|
||||
# command: /app/scripts/docker/entrypoint.sh
|
||||
command: sleep infinity
|
||||
@@ -97,7 +99,7 @@ services:
|
||||
# volumes:
|
||||
# - ../ionic_mobile:/app
|
||||
# ports:
|
||||
# - 5173:5173
|
||||
# - 3012:5173
|
||||
# - 8081:8080
|
||||
# working_dir: /app
|
||||
# command: /app/scripts/docker/entrypoint.sh
|
||||
|
Reference in New Issue
Block a user