1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 02:11:04 +08:00

18 lines
347 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.12.12
labels:
createdBy: "Apps"
volumes:
- ${ELEMENT_WEB_ROOT_PATH}:/app
networks:
1panel-network:
external: true