13 lines
245 B
YAML
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/
|