Fix prefork in Docker

This commit is contained in:
vlnst
2024-11-26 23:20:45 +03:00
parent 4e63c3b838
commit ad42c12021

View File

@@ -3,6 +3,7 @@ services:
container_name: soundcloak container_name: soundcloak
restart: unless-stopped restart: unless-stopped
build: . build: .
init: true
ports: ports:
- "127.0.0.1:4664:4664" - "127.0.0.1:4664:4664"
cap_drop: cap_drop: