mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2025-12-10 05:39:38 +05:00
15 lines
283 B
YAML
15 lines
283 B
YAML
services:
|
|
soundcloak:
|
|
container_name: soundcloak
|
|
restart: unless-stopped
|
|
build: .
|
|
init: true
|
|
ports:
|
|
- "127.0.0.1:4664:4664"
|
|
cap_drop:
|
|
- ALL
|
|
security_opt:
|
|
- no-new-privileges:true
|
|
volumes:
|
|
- ./soundcloak.json:/soundcloak.json
|