mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:18:29 +01:00
9 lines
No EOL
190 B
YAML
9 lines
No EOL
190 B
YAML
version: "3"
|
|
services:
|
|
poketube:
|
|
image: quay.io/sudovanilla/poketube
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./config.json:/poketube/config.json
|
|
ports:
|
|
- "6003:6003" |