Skip to content

Commit 8844929

Browse files
geospatial-jeffc-wygoda
authored andcommitted
Update docker-compose.yml
Co-authored-by: Christian Wygoda <[email protected]>
1 parent 5b7fa72 commit 8844929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
nginx:
44
image: nginx
55
ports:
6-
- 80:80
6+
- ${STAC_FASTAPI_NGINX_PORT:-80}:80
77
volumes:
88
- ./nginx.conf:/etc/nginx/nginx.conf
99
depends_on:

0 commit comments

Comments
 (0)