aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2023-01-03 00:17:45 +0800
committerJesús <heckyel@hyperbola.info>2023-01-03 00:17:45 +0800
commit02f419ff2cf0913625f3035568391bd55f03cb77 (patch)
treed1a3923c62e18d8ea3fb1dc65a4dd83a0edbd6e6 /README.md
parent9e7bf7c6ded968cf313185833d3f3f0b973e276c (diff)
downloadtunnel-02f419ff2cf0913625f3035568391bd55f03cb77.tar.lz
tunnel-02f419ff2cf0913625f3035568391bd55f03cb77.tar.xz
tunnel-02f419ff2cf0913625f3035568391bd55f03cb77.zip
Move environments to sample filesHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 98b5d22..613c81a 100644
--- a/README.md
+++ b/README.md
@@ -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
```