1
0
Fork 0

master-compose: use appropriate tags for nextcloud and mariadb images

This commit is contained in:
Pratham Patel 2022-07-23 15:55:48 +05:30
parent 847baae2ba
commit 8f9268ccb4
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ services:
- TZ=Asia/Kolkata
nextcloud-web:
image: nextcloud
image: nextcloud:production
container_name: nextcloud-govinda
restart: always
ports:
@ -93,7 +93,7 @@ services:
- nextcloud_database_user_password
nextcloud-db:
image: mariadb
image: mariadb:latest
container_name: nextcloud-chitragupta
restart: always
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW