2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-04 03:54:55 +01:00

add slacker

This commit is contained in:
kev
2021-04-07 12:27:14 +08:00
parent f5664d7f40
commit 4110b9fc87
5 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
version: "3.8"
services:
slacker:
image: vimagick/slacker
ports:
- "8025:8025"
volumes:
- ./data:/etc/slacker
environment:
- CONFIG=/etc/slacker/config.yml
restart: unless-stopped