Compare commits

..

2 Commits

Author SHA1 Message Date
ssa
81d3c51cb7 Merge pull request 'config: change external port to 11088' (#3) from ai into main
Reviewed-on: #3
2026-02-18 23:45:22 +03:00
sokol
93e3a66252 config: change external port to 11088 2026-02-18 23:40:21 +03:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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
---

View File

@@ -10,7 +10,7 @@ services:
GIT_BRANCH: main
container_name: configucci-app
ports:
- "80:80"
- "11088:80"
restart: unless-stopped
networks:
- configucci-network