Erreur32 / docker_compose_netalertx.yaml
0 Lajky
0 Forky
1 Soubory
Naposledy aktivní 1 month ago
docker compose for Netalertx
| 1 | services: |
| 2 | netalertx: |
| 3 | container_name: netalertx |
| 4 | |
| 5 | image: "ghcr.io/jokob-sk/netalertx" # ✔️ NOUVEAU |
| 6 | #image: ghcr.io/jokob-sk/netalertx:v25.5.24 |
| 7 | |
| 8 | network_mode: "host" |
| 9 | |
| 10 | restart: unless-stopped |
Novější
Starší