Merge branch 'images/registry' into 'main'
Point image references at the new registry See merge request coffey-labs/ihasvpn!3
This commit was merged in pull request #3.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
# IHASVPN_TLS_SELF_SIGNED to reach it from elsewhere.
|
||||
services:
|
||||
ihasvpn:
|
||||
image: ghcr.io/coffey-labs/ihasvpn:latest
|
||||
image: registry.coffeylabs.org/coffey-labs/ihasvpn:latest
|
||||
container_name: ihasvpn
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
# docker-compose.host.yml (host networking) and which host sysctls matter.
|
||||
services:
|
||||
ihasvpn:
|
||||
image: ghcr.io/coffey-labs/ihasvpn:latest
|
||||
image: registry.coffeylabs.org/coffey-labs/ihasvpn:latest
|
||||
container_name: ihasvpn
|
||||
restart: unless-stopped
|
||||
cap_add:
|
||||
|
||||
Reference in New Issue
Block a user