15 lines
318 B
YAML
15 lines
318 B
YAML
volumes:
|
|
thesillyhome_config:
|
|
name: thesillyhome_config
|
|
external: true
|
|
|
|
services:
|
|
thesillyhome:
|
|
container_name: thesillyhome
|
|
image: lcmchris1/thesillyhome-container:dev
|
|
restart: unless-stopped
|
|
volumes:
|
|
- thesillyhome_config:/thesillyhome_src/data/config/
|
|
ports:
|
|
- 2300:2300
|