config: change external port to 11088
This commit is contained in:
@@ -87,8 +87,8 @@ docker-compose logs -f
|
||||
|
||||
After deployment, access the app at:
|
||||
|
||||
- **Local:** http://localhost
|
||||
- **Server:** http://your-server-ip
|
||||
- **Local:** http://localhost:11088
|
||||
- **Server:** http://your-server-ip:11088
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
GIT_BRANCH: main
|
||||
container_name: configucci-app
|
||||
ports:
|
||||
- "80:80"
|
||||
- "11088:80"
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- configucci-network
|
||||
|
||||
Reference in New Issue
Block a user