legacy-server-config/element/docker-compose.yml

9 lines
182 B
YAML
Raw Permalink Normal View History

2021-01-17 16:42:48 +00:00
version: '2.4'
services:
element:
2021-07-30 14:06:39 +00:00
image: vectorim/element-web:v1.7.33
restart: unless-stopped
2021-01-17 16:42:48 +00:00
volumes:
- ./config.json:/app/config.json
ports:
- 8083:80