diff --git a/docker-compose.yml b/docker-compose.yml index 07d3a17..b12fd05 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: networks: a-grfics-admin: # gets random bridge IP (e.g., 172.18.x.x) b-ics-net: - ipv4_address: 192.168.95.10 + ipv4_address: 192.168.95.45 # Optional if you want to override default CMD # command: sh -c "./simulation/simulation & cd modbus && ./run_all.sh" diff --git a/simulation/web_visualization/index.html b/simulation/web_visualization/index.html index 32b7eb0..a0bea18 100644 --- a/simulation/web_visualization/index.html +++ b/simulation/web_visualization/index.html @@ -311,12 +311,42 @@ - \ No newline at end of file + diff --git a/workstation/Dockerfile b/workstation/Dockerfile index 4ae1d2b..2fe420d 100644 --- a/workstation/Dockerfile +++ b/workstation/Dockerfile @@ -23,7 +23,7 @@ RUN apt-get update && \ # Add user RUN useradd -m -s /bin/bash ${USERNAME} && \ - echo "${USERNAME}:plc123" | chpasswd && \ + echo "${USERNAME}:zxcvbnm" | chpasswd && \ usermod -aG sudo ${USERNAME} # Install noVNC + websockify