14 lines
268 B
YAML
14 lines
268 B
YAML
|
services:
|
||
|
wakapi:
|
||
|
image: ghcr.io/muety/wakapi:latest
|
||
|
init: true
|
||
|
ports:
|
||
|
- 8004:3000
|
||
|
restart: unless-stopped
|
||
|
volumes:
|
||
|
- /mnt/storagebox_alpha/wakapi/data:/data # bind mount, no need to add named vol
|
||
|
|
||
|
networks:
|
||
|
web:
|
||
|
external: true
|