Skip to content

Commit

Permalink
edit post wg tunnel, fix path typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn888 committed Oct 19, 2024
1 parent a02a766 commit dbff50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/blog/selfhosted-wireguard-tunnel.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ services:
- PGID=1000
- TZ=Australia/Sydney
volumes:
- /mnt/main/config/wg:/config
- /mnt/main/config/wg:/config #<--- path for your config
- /lib/modules:/lib/modules
networks:
default:
Expand All @@ -167,7 +167,7 @@ services:
- WEBUI_PORT=8080
- TORRENTING_PORT=5000
volumes:
- /mnt/main/config/qbtorrent:/config #<--- path for your config
- /mnt/main/config/qbtorrent:/config
- /mnt/main/media/torrents:/data/torrents:rw
ports:
- 8080:8080
Expand Down

0 comments on commit dbff50f

Please sign in to comment.