Skip to content

Commit 7f0606b

Browse files
committed
fix: wrong nginx port in standalone
1 parent ce778d6 commit 7f0606b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.standalone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
context: .
3131
dockerfile: docker/production/nginx/Dockerfile
3232
ports:
33-
- "${STANDALONE_WEB_PORT:?Missing STANDALONE_WEB_PORT}:80"
33+
- "${STANDALONE_WEB_PORT:?Missing STANDALONE_WEB_PORT}:443"
3434

3535
migrate:
3636
depends_on:

0 commit comments

Comments
 (0)