mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-24 12:31:13 +00:00
8 lines
184 B
YAML
8 lines
184 B
YAML
version: '3.3'
|
|
services:
|
|
element-web:
|
|
container_name: element-web
|
|
ports:
|
|
- '80:80'
|
|
image: 'vectorim/element-web'
|
|
restart: unless-stopped |