This commit is contained in:
Micke Nordin 2024-02-27 16:35:39 +01:00
parent 393f2c7034
commit cbb6ce3aa3

View file

@ -60,7 +60,7 @@ services:
volumes:
- /opt/portal/config.yaml:/app/config.yaml
environment:
- VIRTUAL_HOST=portal/<%= @domain %>
- VIRTUAL_HOST=portal.<%= @domain %>
- VIRTUAL_PATH=/
- VIRTUAL_PORT=8080
- LETSENCRYPT_HOST=portal.<%= @domain %>