🔥 3-day streak
Cisco CCNP Automation AUTOCOR (350-901)32 / 136
Question 32 of 136

You inherit the following docker-compose.yml for a network automation stack: services: nautobot: image: networktocode/nautobot:latest depends_on: - db - redis volumes: - nautobot_media:/opt/nautobot/media networks: - backend ports: - "8080:8080" db: image: postgres:13 volumes: - db_data:/var/lib/postgresql/data networks: - backend redis: image: redis:6 networks: - backend networks: backend: volumes: nautobot_media: db_data: The nautobot container starts but immediately errors with a database connection refused, even though the db container is running. Which statement correctly explains the behavior of this file?

Reviewed for accuracy · Report an issueNext question