Skip to content

Commit d0b5edf

Browse files
authored
Merge pull request #78 from CrackCode-dev/vidun-backup2
fix: fix port issue
2 parents af8ab4c + 703acf6 commit d0b5edf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crackcode/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
VITE_API_URL: http://64.227.140.199:5051
2121
image: crackcode-client
2222
ports:
23-
- "5173:80"
23+
- "4173:80"
2424
depends_on:
2525
- server
2626
restart: unless-stopped

0 commit comments

Comments
 (0)