Skip to content

Commit

Permalink
Use a default for HOST_NETWORK_ADDRESS to hide warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb authored Nov 10, 2023
1 parent fbda39e commit bc736b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ services:
ports:
- "50290:8080"
environment:
OPENVERSE_NGINX_UPSTREAM_URL: ${HOST_NETWORK_ADDRESS}:8443
OPENVERSE_NGINX_UPSTREAM_URL: ${HOST_NETWORK_ADDRESS:-172.17.0.1}:8443
OPENVERSE_NGINX_PLAUSIBLE_EVENT_URL: http://plausible:8000/api/event
# Set to Docker network resolver to be able to resolve the `plausible` container.
# This would be the default but Nginx requires it to be explicitly set when
Expand Down

0 comments on commit bc736b5

Please sign in to comment.