1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-21 20:29:40 +08:00
github-action update-app-version c45940903a Update app version [skip ci]
2025-03-23 16:17:24 +00:00

16 lines
298 B
YAML

services:
element-web:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
image: vectorim/element-web:v1.11.95
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true