Files
tbin/docker-compose.yml
2024-12-23 23:24:22 +01:00

13 lines
245 B
YAML

services:
tbin:
container_name: tbin
ports:
- '8080:8080'
- '4242:4242'
image: git.rznet.fr/tchivert/tbin
restart: always
volumes:
- ./data:/app/data
command:
- --http-url=http://localhost:8080/