diff options
author | Jesús <heckyel@hyperbola.info> | 2023-01-03 00:17:45 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2023-01-03 00:17:45 +0800 |
commit | 02f419ff2cf0913625f3035568391bd55f03cb77 (patch) | |
tree | d1a3923c62e18d8ea3fb1dc65a4dd83a0edbd6e6 /README.md | |
parent | 9e7bf7c6ded968cf313185833d3f3f0b973e276c (diff) | |
download | tunnel-02f419ff2cf0913625f3035568391bd55f03cb77.tar.lz tunnel-02f419ff2cf0913625f3035568391bd55f03cb77.tar.xz tunnel-02f419ff2cf0913625f3035568391bd55f03cb77.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ of the `docker-compose.yml` file To Generate containers: ```console +cp -v .pihole.env.sample .pihole.env && cp -v .wireguard.env.sample .wireguard.env +``` + +```console $ docker-compose -f path/to/docker-compose.yml up -d ``` |