fix: bad domain for website container

This commit is contained in:
2025-08-25 22:54:39 +02:00
parent b8a714366f
commit 16a23aee1a

View File

@@ -97,7 +97,7 @@ services:
restart: unless-stopped
environment:
- VIRTUAL_HOST=www.${HOSTNAME}
- LETSENCRYPT_HOST=${HOSTNAME}
- LETSENCRYPT_HOST=www.${HOSTNAME}
- LETSENCRYPT_EMAIL=${EMAIL}
networks:
- proxy-network