Docker user fix
This commit is contained in:
@@ -12,7 +12,8 @@ services:
|
||||
- ./data:/app/data
|
||||
environment:
|
||||
- DATABASE_URL=sqlite:///./data/drugs.db
|
||||
command: uvicorn app.main:app --host ${BACKEND_HOST} --port 8000 --reload
|
||||
- PUID=1001
|
||||
- PGID=1001
|
||||
|
||||
frontend:
|
||||
image: nginx:alpine
|
||||
|
||||
Reference in New Issue
Block a user