Updated compose files

This commit is contained in:
2024-02-11 11:48:54 +01:00
parent dd279b13ea
commit 3fdd3e43f8
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ networks:
services:
server:
image: gitea/gitea:1.16.9
image: gitea/gitea:1.21.4
container_name: gitea
environment:
- USER_UID=1000

View File

@@ -6,7 +6,7 @@ volumes:
services:
nextcloud_db:
image: mariadb:10.5
image: mariadb:10.6
restart: always
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
volumes:
@@ -20,7 +20,7 @@ services:
- nginx_network
app:
image: nextcloud:22
image: nextcloud:27.1.5
container_name: nextcloud
restart: always
ports: