Hi,
I am unable to login to metafresh in docker using username metafresh and password metafresh, the error is Verbindungsproblem! / connection problem, How to solve it?
docker-compose.yml:
environment:
- METASFRESH_USERNAME=metasfresh
- METASFRESH_PASSWORD=metasfresh
- METASFRESH_DBNAME=metasfresh
- DB_SYSPASS=System
- POSTGRES_PASSWORD=ip2LmNzXX8p8iXg9lZTWEJ9524kQDbXFudB7LR03T-xK9fLweX3TLMkA2AYcEiaS
webui:
build: webui
links:
- webapi:webapi
ports:
- “8089:80”
#- “443:443”
restart: always
volumes:
- /etc/localtime:/etc/localtime:ro
#- /etc/timezone:/etc/timezone:ro
#uncomment and set to URL where metasfresh will be available from browsers
environment:
- WEBAPI_URL=http://localhost:8089