Try pocketid without the DATA_ROOT variable
This commit is contained in:
@@ -6,11 +6,7 @@ services:
|
||||
ports:
|
||||
- 3043:80
|
||||
volumes:
|
||||
- ${DATA_ROOT}:/app/backend/data
|
||||
environment:
|
||||
- SQLITE_DB_PATH=${DATA_ROOT}/pocket-id.db
|
||||
- UPLOAD_PATH=${DATA_ROOT}/uploads
|
||||
- GEOLITE_DB_PATH=${DATA_ROOT}/GeoLite2-City.mmdb
|
||||
- "./data:/app/backend/data"
|
||||
# Optional healthcheck
|
||||
healthcheck:
|
||||
test: "curl -f http://localhost/health"
|
||||
|
||||
Reference in New Issue
Block a user