diff options
| author | crupest <crupest@outlook.com> | 2024-11-03 18:39:07 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2024-11-03 18:39:07 +0800 |
| commit | 073978f040d561e375a676325fb452b299481491 (patch) | |
| tree | 5a49ad33b48d3a90f47e4be28ad63417642ad400 | |
| parent | ad2ecd65caa56c8ae2120da18255c345853838eb (diff) | |
| download | crupest-073978f040d561e375a676325fb452b299481491.tar.gz crupest-073978f040d561e375a676325fb452b299481491.tar.bz2 crupest-073978f040d561e375a676325fb452b299481491.zip | |
fix(forgejo): change forgejo docker url against blocking.
| -rw-r--r-- | template/docker-compose.yaml.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index f263cbf..18b9b32 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -164,7 +164,7 @@ services: - debian-dev-home:/home/crupest forgejo: - image: codeberg.org/forgejo/forgejo:9 + image: code.forgejo.org/forgejo/forgejo:9 pull_policy: always container_name: forgejo restart: on-failure:3 |
