mirror of
https://github.com/guezoloic/serverconfig.git
synced 2026-01-25 06:34:22 +00:00
fix: bad domain for website container
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user