Add docker.io prefix to container image names (#221)

Co-authored-by: iacore <noreply+gpg-stub@1a-insec.net>
pull/225/head
iacore 2 months ago committed by GitHub
parent 3ec746a2b4
commit 8e3220be09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,7 +3,7 @@ version: "3.7"
services:
caddy:
container_name: caddy
image: caddy:2-alpine
image: docker.io/library/caddy:2-alpine
network_mode: host
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile:ro
@ -34,7 +34,7 @@ services:
searxng:
container_name: searxng
image: searxng/searxng:latest
image: docker.io/searxng/searxng:latest
networks:
- searxng
ports:

Loading…
Cancel
Save