Pass DOMAIN to nginx

This commit is contained in:
2020-06-17 23:27:05 +02:00
parent e28791d931
commit 8ea178529f

View File

@ -4,6 +4,8 @@ version: "3.8"
services:
nginx:
image: "nginx:stable"
environment:
- DOMAIN=${DOMAIN}
configs:
- source: nginx-conf
target: /etc/nginx/nginx.conf