We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93da526 commit 45aeac4Copy full SHA for 45aeac4
docker-compose.override.yml
@@ -55,8 +55,7 @@ services:
55
- DJANGO_SETTINGS_MODULE=readthedocs.settings.web_docker
56
- HOSTIP=${HOSTIP:-}
57
extra_hosts:
58
- - "community.dev.readthedocs.io:10.10.0.100"
59
- - "${NGINX_WEB_SERVER_NAME}:10.5.0.100"
+ - "${NGINX_WEB_SERVER_NAME:-community.dev.readthedocs.io}:10.10.0.100"
60
61
celery:
62
image: community_server:latest
0 commit comments