Update dashy/docker-compose.yml

This commit is contained in:
2025-10-14 16:13:36 +00:00
parent 5a03e7c0e4
commit cef5bee240
+6 -1
View File
@@ -1,9 +1,14 @@
networks:
default:
external:
name: npm-network
services:
dashy:
# To build from source, replace 'image: lissy93/dashy' with 'build: .'
# build: .
image: lissy93/dashy
container_name: Dashy
container_name: dashy
# Pass in your config file below, by specifying the path on your host machine
volumes:
- /srv/dashy:/app/user-data