mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-04-04 07:46:16 +02:00
fix(install): url env variable
This commit is contained in:
parent
badaaf0ad6
commit
a6950cfdcb
|
|
@ -18,7 +18,7 @@ services:
|
|||
- DRIVE_DISK=fs
|
||||
- APP_KEY=secretlongpasswordsecret
|
||||
- HOST=0.0.0.0
|
||||
- URL=$HOST$PORT
|
||||
- URL=http://localhost:8080
|
||||
- DB_HOST=mysql
|
||||
- DB_PORT=3306
|
||||
- DB_DATABASE=nomad
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user