Skip to content

Commit f96f2c8

Browse files
author
mike dupont
committed
bugfix. the port 80 is not listening use 3000
3000 is listening on the docker image
1 parent eaceb68 commit f96f2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ services:
3434
- SERVER_PORT=3000
3535
- WALLET_SECRET_SALT=secret_salt
3636
ports:
37-
- "3000:80"
37+
- "3000:3000"
3838
restart: always
3939

4040
volumes:

0 commit comments

Comments
 (0)