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