Skip to content
Snippets Groups Projects
Commit e257accb authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files
parents fb9a740c a7f237e7
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ version: "3" ...@@ -4,7 +4,7 @@ version: "3"
services: services:
app: app:
image: gitea/gitea:1.7.0-rc1 image: gitea/gitea:1.7.1
restart: always restart: always
depends_on: depends_on:
- db - db
...@@ -29,7 +29,7 @@ services: ...@@ -29,7 +29,7 @@ services:
DB_PASSWD: "{{ mysql_user_pw }}" DB_PASSWD: "{{ mysql_user_pw }}"
db: db:
image: mariadb:10.3.10 image: mariadb:10.4.2
restart: always restart: always
volumes: volumes:
- /srv/gitea/db/:/var/lib/mysql - /srv/gitea/db/:/var/lib/mysql
...@@ -38,4 +38,3 @@ services: ...@@ -38,4 +38,3 @@ services:
MYSQL_PASSWORD: "{{ mysql_user_pw }}" MYSQL_PASSWORD: "{{ mysql_user_pw }}"
MYSQL_DATABASE: "gitea" MYSQL_DATABASE: "gitea"
MYSQL_USER: "gitea" MYSQL_USER: "gitea"
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