Skip to content

Commit 4969113

Browse files
committed
Fix frontend expose port
1 parent 915cb36 commit 4969113

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242
dockerfile: DockerFile
4343
restart: unless-stopped
4444
expose:
45-
- "3000"
45+
- "8080"
4646

4747
caddy:
4848
image: caddy:2-alpine

0 commit comments

Comments
 (0)