1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-04-17 00:38:46 +00:00
parent b0a5d3372b
commit 7ca8818055
3 changed files with 0 additions and 0 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:2.50.1
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true