Fix typo
This commit is contained in:
parent
393f2c7034
commit
cbb6ce3aa3
|
@ -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 %>
|
||||
|
|
Loading…
Reference in a new issue