jabe/docker-compose.yml

10 lines
202 B
YAML
Raw Normal View History

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