mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 14:22:11 +01:00
Update URL_HOST to SL_host in docker-compose.yml (#21)
This commit is contained in:
@@ -42,7 +42,7 @@ services:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
environment:
|
||||
- NGINX_HOSTNAME=${URL_HOST:-sl.xlab.blindside-ps.dev}
|
||||
- NGINX_HOSTNAME=${SL_HOST:-sl.xlab.blindside-ps.dev}
|
||||
volumes:
|
||||
- ./log/proxy-nginx/:/var/log/nginx
|
||||
- ./data/proxy/nginx/sites.template.${DOCKER_PROXY_NGINX_TEMPLATE:-scalelite-proxy}:/etc/nginx/sites.template
|
||||
|
||||
Reference in New Issue
Block a user