mirror of
https://github.com/searxng/searxng-docker.git
synced 2025-12-23 12:10:01 +00:00
Add docker.io prefix to container image names (#221)
Co-authored-by: iacore <noreply+gpg-stub@1a-insec.net>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user