mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 09:26:14 -04:00
Fixed docker network (#6452)
This commit is contained in:
parent
bc1032a9d0
commit
3b414b5806
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rate-limit.yml
vendored
2
.github/workflows/rate-limit.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
|||
|
||||
-
|
||||
name: docker network
|
||||
run: docker network create --subnet=172.23.42.0/16 ep_net
|
||||
run: docker network create --subnet=172.23.0.0/16 ep_net
|
||||
-
|
||||
name: build docker image
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue