mirror of
https://github.com/hhftechnology/Marketplace.git
synced 2026-04-29 18:28:14 -05:00
13 lines
241 B
YAML
13 lines
241 B
YAML
services:
|
|
olivetin:
|
|
container_name: olivetin
|
|
image: jamesread/olivetin:latest
|
|
volumes:
|
|
- /OLIVETIN_CONFIG:/config
|
|
ports:
|
|
- "1337:1337"
|
|
restart: unless-stopped
|
|
volumes:
|
|
OliveTin-config:
|
|
external: false
|