User Tools

Site Tools


wiki:docker_troubleshooting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
wiki:docker_troubleshooting [2025/04/10 12:25] – [Containers lose access to internet suddenly] update docker version antisawiki: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 ''docker compose down'' in the same directory will result in above error.
  
 ====== See also ====== ====== See also ======
wiki/docker_troubleshooting.txt · Last modified: by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki