1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-23 12:19:39 +08:00
github-action update-app-version 76394cd2e4 Update app version [skip ci]
2024-10-08 16:47:20 +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.80
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true