Dashy
version: '3.3'
services:
dashy:
ports:
- '3210:80'
image: lissy93/dashy:latest
version: '3.3'
services:
dashy:
ports:
- '4000:80'
volumes:
- '/root/my-local-conf.yml:/app/public/conf.yml'
container_name: my-dashboard
restart: always
image: 'lissy93/dashy:latest'