11 lines
191 B
YAML
Raw Normal View History

2024-07-28 22:00:15 +02:00
name: olivetin
services:
olivetin:
container_name: olivetin
image: jamesread/olivetin
volumes:
- ./config:/config
ports:
- 1337:1337
restart: unless-stopped