pim-edge-element

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit ccee3175e57c563b6237c9828f4c132476ccfbb0
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Tue, 25 Nov 2025 19:57:46 +0900

Create docker-compose.yaml
Diffstat:
Adocker-compose.yaml | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/docker-compose.yaml b/docker-compose.yaml @@ -0,0 +1,12 @@ +services: + element: + image: vectorim/element-web:latest + container_name: pim-edge-element + + ports: + - "8081:80" + + volumes: + - ./data/config.json:/app/config.json + + restart: unless-stopped