1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-03-23 16:15:24 +00:00
parent 09b7ed6225
commit c6a6b08136
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
services:
atvloadly:
image: "bitxeno/atvloadly:v0.2.6"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
volumes:
- "${DATA_PATH}:/data"
- "${DBUS_PATH}:/var/run/dbus"
- "${AVAHI_DAEMON_PATH}:/var/run/avahi-daemon"
privileged: ${PRIVILEGED_MODE}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true