Fix dev environment variable FQDN missing and update docs

This commit is contained in:
schlagmichdoch 2024-07-17 15:37:39 +02:00
parent 331c61fec8
commit f9b8b0fadf
3 changed files with 12 additions and 7 deletions

View file

@ -27,7 +27,8 @@ services:
ports:
- "8080:80"
- "8443:443"
env_file: dev/fqdn.env
environment:
- FQDN=localhost
entrypoint: /mnt/openssl/create.sh
command: ["nginx", "-g", "daemon off;"]
restart: unless-stopped