mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
use docker.gitea.com docker URLs (#175)
Reviewed-on: https://gitea.com/gitea/docs/pulls/175 Reviewed-by: Lunny Xiao <[email protected]> Co-authored-by: techknowlogick <[email protected]> Co-committed-by: techknowlogick <[email protected]>
This commit is contained in:
committed by
techknowlogick
parent
045ad3fd8c
commit
52933671d8
@@ -25,7 +25,7 @@ In order to get file rendering through external binaries, their associated packa
|
||||
If you're using a Docker image, your `Dockerfile` should contain something along this lines:
|
||||
|
||||
```docker
|
||||
FROM docker.io/gitea/gitea:@dockerVersion@
|
||||
FROM docker.gitea.com/gitea:@dockerVersion@
|
||||
[...]
|
||||
|
||||
COPY custom/app.ini /data/gitea/conf/app.ini
|
||||
|
||||
Reference in New Issue
Block a user