Use explicity FQDN image path because Podman by default doesn't have unqualified-search, and we don't bother configuring it for users. Being explicit is also a good practice

This commit is contained in:
Wayne Yao
2025-07-08 23:14:23 +08:00
parent e0cf0916dd
commit 607b168b56
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
services:
crowdsec:
image: crowdsecurity/crowdsec:latest
image: docker.io/crowdsecurity/crowdsec:latest
container_name: crowdsec
environment:
GID: "1000"