correct volume

This commit is contained in:
2022-07-27 23:52:34 +02:00
parent 274c9594ee
commit 019237e98f
2 changed files with 3 additions and 3 deletions

View File

@@ -9,4 +9,4 @@ services:
network_mode: "host" network_mode: "host"
image: "traefik:1.7.10" image: "traefik:1.7.10"
volumes: volumes:
- /home/willem/repos/homeAutomation/traefik/traefik.1.7.10.toml:/etc/traefik/traefik.toml - /home/pi/repos/homeAutomation/traefik/traefik.1.7.10.toml:/etc/traefik/traefik.toml

4
vpn.md
View File

@@ -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. - 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/)) - 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 See [this](https://www.jfrog.com/connect/post/install-docker-compose-on-raspberry-pi/)