1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-04-13 13:13:11 +00:00
parent bb24453b0e
commit f91e71620a
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
services:
1panel:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: "host"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/lib/docker/volumes:/var/lib/docker/volumes
- ${DATA_PATH}:/opt
- /root:/root
environment:
- TZ=${TIME_ZONE}
image: moelin/1panel:v1.10.29-lts
labels:
createdBy: "Apps"