fix(install): url env variable

This commit is contained in:
Jake Turner 2025-12-05 16:33:17 -08:00 committed by Jake Turner
parent 605dce11e8
commit a557ff3ad1

View File

@ -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