Correzione registry
All checks were successful
Compila e pubblica sul registro integrato / Build-Docker-Image (push) Successful in 35s
All checks were successful
Compila e pubblica sul registro integrato / Build-Docker-Image (push) Successful in 35s
This commit is contained in:
@@ -31,6 +31,6 @@ Il programma restituisce come codice di errore:
|
||||
## Docker
|
||||
|
||||
Docker run:
|
||||
`docker run -p 3000:3000 -e BASE_TOKEN=<token> -e HOSTNAMES="<hostname1>;<hostname2>" -v /var/log/NetBird-UptimeKuma:/app/log gitea.laprogrammatriceverde.crabdance.com/Verde/NetBird-UptimeKuma:latest`
|
||||
`docker run -p 3000:3000 -e BASE_TOKEN=<token> -e HOSTNAMES="<hostname1>;<hostname2>" -v /var/log/NetBird-UptimeKuma:/app/log gitea.laprogrammatriceverde.crabdance.com/verde/netbird-uptimekuma:latest`
|
||||
|
||||
Per il Docker Compose, vedere il file relativo.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
services:
|
||||
netbird-uptimekuma:
|
||||
image: gitea.laprogrammatriceverde.crabdance.com/Verde/NetBird-UptimeKuma:latest
|
||||
image: gitea.laprogrammatriceverde.crabdance.com/verde/netbird-uptimekuma:latest
|
||||
ports:
|
||||
- 3000:3000
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user