Skip to content
Snippets Groups Projects
Commit 14f53c50 authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

upgrade gitea

parent 26b4f123
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,12 @@ version: "3"
services:
app:
image: gitea/gitea:1.11.5
image: gitea/gitea:1.12.5
restart: always
depends_on:
- db
ports:
- 127.0.0.1:42001:41001
- 127.0.0.1:42001:42001
- 0.0.0.0:444:444
volumes:
- /srv/gitea/data:/data
......@@ -29,7 +29,7 @@ services:
DB_PASSWD: "{{ mysql_user_pw }}"
db:
image: mariadb:10.5.2
image: mariadb:10.5.6
restart: always
volumes:
- /srv/gitea/db/:/var/lib/mysql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment