1
0

chore(deps): update bellamy/wallos docker tag to v4.6.2 (localApps) (#4351)

This commit is contained in:
renovate[bot]
2026-03-06 01:06:47 +00:00
committed by GitHub
parent 2bba3394f3
commit ab0aa45ef9
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
services:
wallos:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
volumes:
- ./data/db:/var/www/html/db
- ./data/logos:/var/www/html/images/uploads/logos
environment:
- TZ=${TIME_ZONE}
image: bellamy/wallos:4.6.2
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true