docker stability #2609
2426852837
started this conversation in
General
Replies: 2 comments 2 replies
-
Hi @2426852837, Regards, |
Beta Was this translation helpful? Give feedback.
2 replies
-
hi @2426852837,
Regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My computer is Win11 and SCADALTS starts normally after executing the docker-compose up command using the files provided by dockerhub. But I go to localhost:9090 and the interface keeps loading without any interface or prompt. It regularly returns localhost without sending any data. I would like to ask if this is because the docker version you provide is not stable enough?
This is my docker-compose.yml
version: '3'
services:
database:
container_name: mysql
image: mysql/mysql-server:5.7
ports:
environment:
expose: ["3306"]
volumes:
scadalts:
image: scadalts/scadalts:latest
ports:
depends_on:
expose: ["8080", "8000"]
links:
Beta Was this translation helpful? Give feedback.
All reactions