Update README.md
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 21s
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 21s
This commit is contained in:
parent
513d882734
commit
b6be7ba505
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# [connectivity-check](https://git.sp-codes.de/samuel-p/connectivity-check)
|
||||
# [connectivity-check](https://git.sp-codes.de/sp-codes/connectivity-check)
|
||||
|
||||
[](https://ci.sp-codes.de/samuel-p/connectivity-check) [](#license) [](https://hub.docker.com/r/samuelph/connectivity-check)
|
||||
[](https://ci.sp-codes.de/sp-codes/connectivity-check) [](#license) [](https://hub.docker.com/r/spcodes/connectivity-check)
|
||||
|
||||
A self-hosted captive portal connectivity check.
|
||||
|
||||
|
@ -9,7 +9,7 @@ A self-hosted captive portal connectivity check.
|
|||
Just run the following command:
|
||||
|
||||
```bash
|
||||
docker run -d -p 80:80 -p 443:443 samuelph/connectivity-check
|
||||
docker run -d -p 80:80 -p 443:443 spcodes/connectivity-check
|
||||
```
|
||||
|
||||
Or with docker-compose:
|
||||
|
@ -19,7 +19,7 @@ version: '3.4'
|
|||
|
||||
services:
|
||||
connectivitycheck:
|
||||
image: samuelph/connectivity-check
|
||||
image: spcodes/connectivity-check
|
||||
restart: always
|
||||
ports:
|
||||
- 80:80
|
||||
|
|
Loading…
Add table
Reference in a new issue