From 019237e98f2d2b77d5a0f0d69dadb8084044e76c Mon Sep 17 00:00:00 2001 From: willemserruys Date: Wed, 27 Jul 2022 23:52:34 +0200 Subject: [PATCH] correct volume --- vpn-server/docker-compose.yml | 2 +- vpn.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vpn-server/docker-compose.yml b/vpn-server/docker-compose.yml index 02d7566..1ecb4c1 100644 --- a/vpn-server/docker-compose.yml +++ b/vpn-server/docker-compose.yml @@ -9,4 +9,4 @@ services: network_mode: "host" image: "traefik:1.7.10" volumes: - - /home/willem/repos/homeAutomation/traefik/traefik.1.7.10.toml:/etc/traefik/traefik.toml \ No newline at end of file + - /home/pi/repos/homeAutomation/traefik/traefik.1.7.10.toml:/etc/traefik/traefik.toml \ No newline at end of file diff --git a/vpn.md b/vpn.md index 9c1752a..77cbcfa 100644 --- a/vpn.md +++ b/vpn.md @@ -13,6 +13,6 @@ Notes on the tutorial: - Working with a no-ip hostname did not work. Probably because I did not wait long enough after configuring the hostname? For now, I have configured an IP address, but this is not ideal, as the IP address can change. - After configuring the pivpn, best to run `pivpn -d` to fix an iptables issue (see [faq](https://docs.pivpn.io/faq/)) -## To Do +## Install docker & docker compose -- Raspberry pi should have a private key SSH login \ No newline at end of file +See [this](https://www.jfrog.com/connect/post/install-docker-compose-on-raspberry-pi/) \ No newline at end of file