docker-compose.yml -> docker-compose.yaml

This commit is contained in:
2025-12-29 21:08:01 +00:00
parent 2d2dcff693
commit 392a1b0f44
15 changed files with 0 additions and 0 deletions

16
slash/docker-compose.yaml Normal file
View File

@@ -0,0 +1,16 @@
networks:
caddy:
name: caddy
driver: bridge
external: true
services:
server:
# image: yourselfhosted/slash:latest
image: aykhans/slash:1.0.0-rc.0-e
container_name: slash
restart: unless-stopped
networks:
- caddy
volumes:
- ./data/:/var/opt/slash