pim-edge-element

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

docker-compose.yaml (226B)


      1 services:
      2   element:
      3     image: vectorim/element-web:latest 
      4     container_name: pim-edge-element
      5     
      6     ports:
      7       - "8081:80"
      8       
      9     volumes:
     10       - ./config.json:/app/config.json
     11       
     12     restart: unless-stopped