We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7fa72 commit 8844929Copy full SHA for 8844929
docker-compose.yml
@@ -3,7 +3,7 @@ services:
3
nginx:
4
image: nginx
5
ports:
6
- - 80:80
+ - ${STAC_FASTAPI_NGINX_PORT:-80}:80
7
volumes:
8
- ./nginx.conf:/etc/nginx/nginx.conf
9
depends_on:
0 commit comments