MS
можно это как-то игнорировать?
Size: a a a
MS
MS
By default Compose sets up a single network for your app. Each container for a service joins the default network and is both reachable by other containers on that network, and discoverable by them at a hostname identical to the container name.
MS
docker-compose run
надо было указывать ключ --service-port
MS
N
N
AG
AG
By default Compose sets up a single network for your app. Each container for a service joins the default network and is both reachable by other containers on that network, and discoverable by them at a hostname identical to the container name.
AG
N
LA
GG
LA
h
r🧬
А
r🧬
А
docker run --mount type=bind, source=/var/lib/postgresql/dockerized/data, target=/var/lib/postgresql/data mypostgrescontainerу меня контейнер после какого-то времени работы отвалился, то запустив его снова, база в контейнере сможет ПРОДОЛЖИТЬ работать с данными в /var/lib/postgresql/dockerized/data т.е. писать и читать в уже ранее созданные таблицы? или по умолчанию такого поведения нет?
GG