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 1730510 commit 114154aCopy full SHA for 114154a
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