Compare commits
2 Commits
8ca531ca98
...
81d3c51cb7
| Author | SHA1 | Date | |
|---|---|---|---|
| 81d3c51cb7 | |||
|
|
93e3a66252 |
@@ -87,8 +87,8 @@ docker-compose logs -f
|
|||||||
|
|
||||||
After deployment, access the app at:
|
After deployment, access the app at:
|
||||||
|
|
||||||
- **Local:** http://localhost
|
- **Local:** http://localhost:11088
|
||||||
- **Server:** http://your-server-ip
|
- **Server:** http://your-server-ip:11088
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ services:
|
|||||||
GIT_BRANCH: main
|
GIT_BRANCH: main
|
||||||
container_name: configucci-app
|
container_name: configucci-app
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "11088:80"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- configucci-network
|
- configucci-network
|
||||||
|
|||||||
Reference in New Issue
Block a user