logo

Crowdly

Folgendes docker-compose.yml ist gegeben: services: postgres: image: ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Folgendes docker-compose.yml ist gegeben:

services:

postgres:

image: postgres:13

container_name: postgres-backup

restart: always

env_file:

- login.env

ports:

- "5432:5432"

volumes:

- ./postgres:/var/lib/postgresql/data

networks:

backend:

ipv4_address: 192.168.1.100

adminer:

image: adminer

container_name: adminer

restart: always

ports:

- "8080:8080"

depends_on:

- postgres

networks:

backend:

ipv4_address: 192.168.1.101

networks:

backend:

driver: bridge

ipam:

config:

- subnet: 192.168.1.0/24

Ist diese Konfiguration lauffähig?

0%
0%
More questions like this

Want instant access to all verified answers on elearning.tgm.ac.at?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome