add blocky

This commit is contained in:
2025-01-15 16:14:36 -06:00
parent 8543fe04b8
commit 8eefcac5e0
3 changed files with 153 additions and 16 deletions

View File

@@ -17,8 +17,6 @@ services:
restart: always
volumes:
- config:/app/config
- images:/app/public/images
- icons:/app/public/icons
dockerproxy:
container_name: homepage-dockerproxy
@@ -48,17 +46,3 @@ volumes:
type: none
o: bind
device: /mnt/data/containers/homepage/config
images:
driver: local
driver_opts:
type: none
o: bind
device: /mnt/data/containers/homepage/images
icons:
driver: local
driver_opts:
type: none
o: bind
device: /mnt/data/containers/homepage/icons