Fix typo
This commit is contained in:
parent
393f2c7034
commit
cbb6ce3aa3
|
@ -60,7 +60,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/portal/config.yaml:/app/config.yaml
|
- /opt/portal/config.yaml:/app/config.yaml
|
||||||
environment:
|
environment:
|
||||||
- VIRTUAL_HOST=portal/<%= @domain %>
|
- VIRTUAL_HOST=portal.<%= @domain %>
|
||||||
- VIRTUAL_PATH=/
|
- VIRTUAL_PATH=/
|
||||||
- VIRTUAL_PORT=8080
|
- VIRTUAL_PORT=8080
|
||||||
- LETSENCRYPT_HOST=portal.<%= @domain %>
|
- LETSENCRYPT_HOST=portal.<%= @domain %>
|
||||||
|
|
Loading…
Reference in a new issue