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
342 B

version: "3.7"
services:
app_proxy:
environment:
APP_HOST: element_web_1
APP_PORT: 80
web:
image: vectorim/element-web:v1.11.80@sha256:6d8987d11a018b7db998a8960fd3c57f9ae70602158c15b5c4d4f4f705158003
# NGINX parent container requires root
# user: "1000:1000"
restart: on-failure
stop_grace_period: 1m