mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-08 09:33:59 +00: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: |