Pass DOMAIN to nginx
This commit is contained in:
@ -4,6 +4,8 @@ version: "3.8"
|
||||
services:
|
||||
nginx:
|
||||
image: "nginx:stable"
|
||||
environment:
|
||||
- DOMAIN=${DOMAIN}
|
||||
configs:
|
||||
- source: nginx-conf
|
||||
target: /etc/nginx/nginx.conf
|
||||
|
Reference in New Issue
Block a user