Skip to content

Commit

Permalink
adjust nextcloud images tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tkwant committed May 30, 2021
1 parent 6faece5 commit 47e073b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nextcloud/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
nextcloud-db:
image: mariadb:10.6.1
image: mariadb:10.3
container_name: nextcloud-db
command: --transaction-isolation=READ-COMMITTED --log-bin=ROW
restart: unless-stopped
Expand All @@ -17,15 +17,15 @@ services:
networks:
- default
nextcloud-redis:
image: redis:alpine
image: redis:6.2.3
container_name: nextcloud-redis
hostname: nextcloud-redis
networks:
- default
restart: unless-stopped
command: redis-server --requirepass ${REDIS_PASSWORD}
nextcloud-app:
image: nextcloud
image: nextcloud:21.0.2
container_name: nextcloud-app
restart: unless-stopped
depends_on:
Expand Down

0 comments on commit 47e073b

Please sign in to comment.