fix(install): url env variable

This commit is contained in:
Jake Turner 2025-12-05 16:33:17 -08:00
parent badaaf0ad6
commit a6950cfdcb
No known key found for this signature in database
GPG Key ID: 694BC38EF2ED4844

View File

@ -18,7 +18,7 @@ services:
- DRIVE_DISK=fs - DRIVE_DISK=fs
- APP_KEY=secretlongpasswordsecret - APP_KEY=secretlongpasswordsecret
- HOST=0.0.0.0 - HOST=0.0.0.0
- URL=$HOST$PORT - URL=http://localhost:8080
- DB_HOST=mysql - DB_HOST=mysql
- DB_PORT=3306 - DB_PORT=3306
- DB_DATABASE=nomad - DB_DATABASE=nomad