You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
343 B
14 lines
343 B
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: element_web_1
|
|
APP_PORT: 80
|
|
|
|
web:
|
|
image: vectorim/element-web:v1.11.74@sha256:d9e02208be7e6def54c4630cef89eb68eaa4aa9f1646720026fca919a1623eb5
|
|
# NGINX parent container requires root
|
|
# user: "1000:1000"
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
|