Compare commits
2 commits
b28cac5192
...
76acf2f22d
| Author | SHA1 | Date | |
|---|---|---|---|
| 76acf2f22d | |||
| 13a0a4c843 |
2 changed files with 2 additions and 0 deletions
|
|
@ -7,3 +7,4 @@ services:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
platform: "linux/amd64"
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,7 @@ func RunCheck(config *Config) {
|
||||||
}()
|
}()
|
||||||
|
|
||||||
if !config.CheckIp {
|
if !config.CheckIp {
|
||||||
|
wg.Done()
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue