mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-28 01:07:07 +00:00
11 lines
191 B
YAML
11 lines
191 B
YAML
|
name: olivetin
|
||
|
|
||
|
services:
|
||
|
olivetin:
|
||
|
container_name: olivetin
|
||
|
image: jamesread/olivetin
|
||
|
volumes:
|
||
|
- ./config:/config
|
||
|
ports:
|
||
|
- 1337:1337
|
||
|
restart: unless-stopped
|