keycloak-server:
# Configuration for building the docker image for the backend service
network_mode: "bridge"
build:
context: .
dockerfile: Dockerfile
ports:
- "8080:8080" # Forward the exposed port 8080 on the container to port 8080 on the host machine
- "9990:9990" # Forward the exposed port 8080 on the container to port 8080 on the host machine
restart: always
Запускаю и не могу достучаться по портам 8080 и 9090....
Что не так ?
а оно заводится? netstat что показывает? внутри контейнеров сервисы слушают порты?
Может в этом проблема network_mode: "bridge" ?
я так, на всякий случай уточню, а как вы запускаете?
Обсуждают сегодня