We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Contents of stromx-settings:
stromx-settings
certificate.cer privatekey.key stromx.conf
docker-compose.yml:
web: image: uboot/stromx-web:0.1.x ports: - 80:8080 - 443:8443 volumes: - stromx-settings:/etc/stromx:ro restart: always
docker-compose stop docker-compose rm -v --force docker-compose up -d