services: openplc-runtime: image: openplc-runtime-migrated:v4.1.10 container_name: openplc-runtime restart: unless-stopped cap_add: - SYS_NICE - SYS_RESOURCE ports: - "10.0.0.17:502:502" - "10.0.0.17:8443:8443" volumes: - azureuser-openplc-runtime-data:/var/run/runtime networks: - openplc logging: driver: json-file options: max-size: "10m" max-file: "3" networks: openplc: name: openplc-net volumes: azureuser-openplc-runtime-data: external: true