Remove docker-compose uid gid setting
This commit is contained in:
@@ -9,7 +9,6 @@ services:
|
||||
- .env
|
||||
volumes:
|
||||
- ./data:/image_drop/data
|
||||
user: "${UID:-1000}:${GID:-1000}"
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "python - <<'PY'\nimport urllib.request,sys\ntry:\n urllib.request.urlopen('http://localhost:8080/').read(); sys.exit(0)\nexcept Exception:\n sys.exit(1)\nPY"]
|
||||
interval: 30s
|
||||
|
||||
Reference in New Issue
Block a user