Skip to content

Commit

Permalink
use vanity docker url
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Oct 12, 2021
1 parent 62a09ff commit a129ada
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
acme-for-appliances:
image: ghcr.io/beryju/acme-for-appliances:latest
image: beryju.org/acme-for-appliances:latest
command: -i
# environment:
# # Supply config for your DNS Providers, according to
Expand Down
2 changes: 1 addition & 1 deletion k8s/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
claimName: acme-for-appliances-keys
containers:
- name: acme-for-appliances
image: ghcr.io/beryju/acme-for-appliances:latest
image: beryju.org/acme-for-appliances:latest
imagePullPolicy: Always
command:
- /acme-for-appliances
Expand Down
2 changes: 1 addition & 1 deletion k8s/initial-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
envFrom:
- secretRef:
name: acme-for-appliances-dns-settings
image: ghcr.io/beryju/acme-for-appliances:latest
image: beryju.org/acme-for-appliances:latest
imagePullPolicy: Always
name: acme-for-appliances
volumeMounts:
Expand Down

0 comments on commit a129ada

Please sign in to comment.