wiki:docker_troubleshooting
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| wiki:docker_troubleshooting [2025/04/10 12:25] – [Containers lose access to internet suddenly] update docker version antisa | wiki:docker_troubleshooting [2026/06/24 12:07] (current) – add default_network error antisa | ||
|---|---|---|---|
| Line 139: | Line 139: | ||
| ==== Tested on ==== | ==== Tested on ==== | ||
| * Debian 11 | * Debian 11 | ||
| + | |||
| + | ===== docker-compose down default_network error ===== | ||
| + | Try running compose down with exact same compose files as when the containers where created so if the containers were created like this: | ||
| + | |||
| + | # docker compose -f compose.database.yml -f compose.nats.yml -f compose.yml up -d | ||
| + | |||
| + | Run this: | ||
| + | |||
| + | # docker compose -f compose.database.yml -f compose.nats.yml -f compose.yml down | ||
| + | |||
| + | A simple '' | ||
| ====== See also ====== | ====== See also ====== | ||
wiki/docker_troubleshooting.txt · Last modified: by antisa
