fix: remove deprecated compose version tag

This commit is contained in:
LRVT
2024-11-04 13:08:51 +01:00
parent ea9ff8a925
commit dba1b9f1cc
148 changed files with 658 additions and 603 deletions

View File

@@ -1,10 +1,9 @@
---
version: "3.8"
services:
dashy:
image: lissy93/dashy
container_name: dashy
hostname: dashy
image: lissy93/dashy
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/dashy/config/config.yml:/app/public/conf.yml
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/dashy/icons:/app/public/item-icons
@@ -14,7 +13,9 @@ services:
- GID=1000
restart: unless-stopped
ports:
- 4000:80
- 4000:80
expose:
- 80
healthcheck:
test: ['CMD', 'node', '/app/services/healthcheck']
interval: 1m30s