Add docker.io prefix to container image names (#221)
Co-authored-by: iacore <noreply+gpg-stub@1a-insec.net>
This commit is contained in:
parent
3ec746a2b4
commit
8e3220be09
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue