jabe/docker-compose.yml

10 lines
209 B
YAML
Raw Normal View History

2024-11-18 11:58:54 +01:00
version: "3"
services:
2024-11-18 11:58:54 +01:00
jabe:
2024-06-09 18:30:04 +02:00
container_name: disseminate
2024-11-18 11:58:54 +01:00
image: git.iwakura.rip/hex/jabe:stable-latest
volumes:
2024-06-09 18:30:04 +02:00
- ./data:/app/data # bind mount is recommended.
ports:
- 3024:3024