mirror of
https://github.com/yourselfhosted/slash.git
synced 2025-06-05 22:09:34 +02:00
13 lines
214 B
YAML
13 lines
214 B
YAML
version: '3'
|
|
services:
|
|
slash:
|
|
image: yourselfhosted/slash:latest
|
|
container_name: slash
|
|
ports:
|
|
- 5231:5231
|
|
volumes:
|
|
- slash:/var/opt/slash
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
slash: |