Hello, le voici:
Hello, le voici:@axionman
Tu utilises des MODs dans ton compose ?
Il semblerait que ce soit un MOD qui ne veuille pas s'installer...
Montre voir ton docker-compose
Code:
services:
swag:
image: lscr.io/linuxserver/swag:latest
container_name: swag
network_mode: swag
cap_add:
- NET_ADMIN
environment:
- PUID=1000
- PGID=100
- TZ=Europe/Paris
- URL=xxxxxxxx.duckdns.org
- VALIDATION=duckdns
- SUBDOMAINS=wildcard
- DUCKDNSTOKEN=xxxxxxxxxxxxx
- DOCKER_MODS=linuxserver/mods:swag-dashboard|linuxserver/mods:swag-crowdsec
- CROWDSEC_LAPI_URL=http://crowdsec:8080
volumes:
- /srv/dev-disk-by-uuid-b431f2bc-7c9a-4e47-ab28-a33ec3998809/docker/swag/config:/config
ports:
- 743:443
- 780:80
- 81:81
restart: unless-stopped
crowdsec:
container_name: crowdsec
network_mode: swag
image: crowdsecurity/crowdsec
restart: unless-stopped
environment:
- COLLECTIONS=crowdsecurity/nginx crowdsecurity/http-cve
- GID=1000
depends_on:
- swag
volumes:
- /srv/dev-disk-by-uuid-b431f2bc-7c9a-4e47-ab28-a33ec3998809/docker/swag/config/log/nginx:/var/log/nginx:ro
- /srv/dev-disk-by-uuid-b431f2bc-7c9a-4e47-ab28-a33ec3998809/docker/jellyfin/config/log:/var/log/jellyfin:ro
- /srv/dev-disk-by-uuid-b431f2bc-7c9a-4e47-ab28-a33ec3998809/docker/nextcloud/data/nextcloud.log:/var/log/nextcloud.log:ro
- /srv/dev-disk-by-uuid-b431f2bc-7c9a-4e47-ab28-a33ec3998809/docker/swag/crowdsec/acquis.yaml:/etc/crowdsec/acquis.yaml
- /srv/dev-disk-by-uuid-b431f2bc-7c9a-4e47-ab28-a33ec3998809/docker/swag/crowdsec/database:/var/lib/crowdsec/data/
- /srv/dev-disk-by-uuid-b431f2bc-7c9a-4e47-ab28-a33ec3998809/docker/swag/crowdsec/config:/etc/crowdsec/
security_opt:
- no-new-privileges=true
uptime-kuma:
image: louislam/uptime-kuma:1
container_name: uptime-kuma
volumes:
- /srv/dev-disk-by-uuid-b431f2bc-7c9a-4e47-ab28-a33ec3998809/docker/uptime-kuma-data:/app/data
dns:
- 1.0.0.1
- 1.1.1.1
ports:
- 3001:3001 # <Host Port>:<Container Port>
restart: unless-stopped
Dernière édition: