Skip to content
uboot edited this page Oct 13, 2015 · 9 revisions

Settings

Contents of stromx-settings:

certificate.cer
privatekey.key
stromx.conf

Docker compose

docker-compose.yml:

web:
  image: uboot/stromx-web:0.1.x
  ports:
   - 80:8080
   - 443:8443
  volumes:
   - stromx-settings:/etc/stromx:ro 
  restart: always

Restart container

docker-compose stop
docker-compose rm -v --force
docker-compose up -d
Clone this wiki locally