Fix typo
This commit is contained in:
parent
49243acaa9
commit
7f19e0de62
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue