samples icon indicating copy to clipboard operation
samples copied to clipboard

interesting samples

Open wonderflow opened this issue 3 years ago • 1 comments

  • [ ] https://github.com/Xhofe/alist
  • [x] https://github.com/gabrielecirulli/2048 images: evilroot/docker-2048

wonderflow avatar May 28 '22 02:05 wonderflow

https://github.com/Lissy93/dashy

How to make a config file mounted easily?

docker run -d \
  -p 4000:80 \
  -v /root/my-local-conf.yml:/app/public/conf.yml \
  --name my-dashboard \
  --restart=always \
  lissy93/dashy:latest

wonderflow avatar Jun 06 '22 06:06 wonderflow