mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-07-03 20:31:38 +00:00
first commit
This commit is contained in:
16
slash/docker-compose.yml
Normal file
16
slash/docker-compose.yml
Normal 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
|
Reference in New Issue
Block a user