diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-27 23:41:11 -0400 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-27 23:41:11 -0400 |
commit | 9ac6be27c5a2e32fe3770590283cfc6b1b7dfe8b (patch) | |
tree | 524479f5d809b1b8fd29f75d7a732be8567bc2a1 /roles/scurvy | |
parent | f9d62cc8a792b7b1a2c52a7d8102895473b3c72a (diff) | |
download | oldinfra-9ac6be27c5a2e32fe3770590283cfc6b1b7dfe8b.tar.gz oldinfra-9ac6be27c5a2e32fe3770590283cfc6b1b7dfe8b.zip |
borg
Diffstat (limited to 'roles/scurvy')
-rw-r--r-- | roles/scurvy/templates/docker-compose.yml.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/scurvy/templates/docker-compose.yml.j2 b/roles/scurvy/templates/docker-compose.yml.j2 index 838030c..a22ed9b 100644 --- a/roles/scurvy/templates/docker-compose.yml.j2 +++ b/roles/scurvy/templates/docker-compose.yml.j2 @@ -17,7 +17,7 @@ services: - VPN_SERVICE_PROVIDER=mullvad - VPN_TYPE=openvpn - OPENVPN_USER={{ openvpn_user }} - - SERVER_CITIES=Salt Lake City UT + - SERVER_CITIES=Seattle WA qbittorrent: image: hotio/qbittorrent:latest |