Files
thesillyhome-container-home…/docker-compose.yml
2022-10-21 10:59:00 +01:00

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