Skip to content

Commit

Permalink
edit ip6: a title
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn888 committed Sep 16, 2023
1 parent 0fc2c6d commit 9f158d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _posts/misc/2023-09-16-ipv6_box.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Now our box is back to IPv6 only state.

> One downside with this system is that you can't implement auto update of docker images using watchtower. Since once again some of the docker registeries are inaccessible.
## Enable IPv6 in Docker

One last concern is that you need to enable IPv6 networking in docker so that the containers can reach the outside world. This is explained in [Enable IPv6 support](https://docs.docker.com/config/daemon/ipv6/). Basically you have to edit the file `/etc/docker/daemon.json`.

Once that's done you need to create a new IPv6 network and use that with your containers. Here's a sample compose file to run the qBittorrent image:
Expand Down

0 comments on commit 9f158d8

Please sign in to comment.