1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-19 08:51:04 +08:00
github-action update-app-version 7413419d3f Update app version [skip ci]
2024-06-18 13:34:23 +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.69
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true