Skip to content

Commit 45aeac4

Browse files
authored
Development: default value for environment variable (#9370)
1 parent 93da526 commit 45aeac4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-compose.override.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ services:
5555
- DJANGO_SETTINGS_MODULE=readthedocs.settings.web_docker
5656
- HOSTIP=${HOSTIP:-}
5757
extra_hosts:
58-
- "community.dev.readthedocs.io:10.10.0.100"
59-
- "${NGINX_WEB_SERVER_NAME}:10.5.0.100"
58+
- "${NGINX_WEB_SERVER_NAME:-community.dev.readthedocs.io}:10.10.0.100"
6059

6160
celery:
6261
image: community_server:latest

0 commit comments

Comments
 (0)