9 lines
278 B
Plaintext
9 lines
278 B
Plaintext
# Just copy and run this command!
|
|
|
|
docker run -d \
|
|
-p 4000:8080 \
|
|
--volume /home/zak/dashyDocker/public/conf.yml:/app/public/conf.yml \
|
|
--volume /home/zak/dashyDocker/icons:/app/public/item-icons/icons \
|
|
--name dashy \
|
|
--restart=unless-stopped \
|
|
lissy93/dashy:latest |