Ubuntu 20.04.06 LTS Docker 27.2.1 Shitty firewalls But it works outside...
Does it magically work on 24.04?
How can I know? this is production server with 24.04
By testing on 24.04, either way you're probably not setting the resolver on the docker daemon.
services: app: image: cast restart: always build: context: . dockerfile: Dockerfile ports: - "3000:3000" env_file: - .env environment: - LOG_LEVEL=DEBUG network_mode: host This is the compose. should I mount the dns resolver?
Ok I updated /etc/resolve.conf with normal dns servers, restarted docker with systemctl and problem solved
Обсуждают сегодня