mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-15 01:49:17 +00:00
14 lines
342 B
YAML
14 lines
342 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: element_web_1
|
|
APP_PORT: 80
|
|
|
|
web:
|
|
image: vectorim/element-web:v1.11.79@sha256:46bef0874b852df3e543132af7e61a5ea3af475e41818c47b02f52228c4a0184
|
|
# NGINX parent container requires root
|
|
# user: "1000:1000"
|
|
restart: on-failure
|
|
stop_grace_period: 1m |