9 lines
211 B
YAML
9 lines
211 B
YAML
services:
|
|
olivetin:
|
|
container_name: olivetin
|
|
image: jamesread/olivetin
|
|
volumes:
|
|
- ./:/config # replace host path or volume as needed
|
|
ports:
|
|
- "1004:1337"
|
|
restart: unless-stopped |