Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ports:

could be simply exposed using compose file with the additional lines

Compose file

View file
namenetfield-app-io-link-configurator-1.2.0.yml

Startup

Code Block
docker-compose --file netfield-app-io-link-configurator-1.2.0.yml up -d

Shutdown

Code Block
docker-compose --file netfield-app-io-link-configurator-1.2.0.yml down

Prerequisites

None

UI access

Port 3000 (not exposed in compose file above cause of security reasons)

  Secure way: See FAQ page https://hilscher.atlassian.net/wiki/x/FwA2Bg

  Insecure way: Per default, for first For tests , the port 3000 is exposed in compose file above. It can be adjusted if required so.

Code Block
Code Block
services:
    ports:
      - "3000:3000/tcp"

Changes in this version

...