Update dashy/docker-compose.yml
This commit is contained in:
@@ -1,9 +1,14 @@
|
|||||||
|
networks:
|
||||||
|
default:
|
||||||
|
external:
|
||||||
|
name: npm-network
|
||||||
|
|
||||||
services:
|
services:
|
||||||
dashy:
|
dashy:
|
||||||
# To build from source, replace 'image: lissy93/dashy' with 'build: .'
|
# To build from source, replace 'image: lissy93/dashy' with 'build: .'
|
||||||
# build: .
|
# build: .
|
||||||
image: lissy93/dashy
|
image: lissy93/dashy
|
||||||
container_name: Dashy
|
container_name: dashy
|
||||||
# Pass in your config file below, by specifying the path on your host machine
|
# Pass in your config file below, by specifying the path on your host machine
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/dashy:/app/user-data
|
- /srv/dashy:/app/user-data
|
||||||
|
|||||||
Reference in New Issue
Block a user