We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce778d6 commit 7f0606bCopy full SHA for 7f0606b
1 file changed
docker-compose.standalone.yml
@@ -30,7 +30,7 @@ services:
30
context: .
31
dockerfile: docker/production/nginx/Dockerfile
32
ports:
33
- - "${STANDALONE_WEB_PORT:?Missing STANDALONE_WEB_PORT}:80"
+ - "${STANDALONE_WEB_PORT:?Missing STANDALONE_WEB_PORT}:443"
34
35
migrate:
36
depends_on:
0 commit comments