1
0
Fork 0

Use Forgejo instead of Gitea.

This commit is contained in:
Jonathan Chan 2023-04-22 02:13:18 +02:00
parent 63ee001ec7
commit f3982a6688
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ networks:
services:
server:
build: .
image: gitea/gitea
image: codeberg.org/forgejo/forgejo:1.18
container_name: gitea
environment:
- USER_UID=1000
@ -15,7 +15,7 @@ services:
- RUN_MODE=prod
restart: always
networks:
- gitea
- gitea
volumes:
- .:/data
ports: