mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-08 21:44:05 +01:00
Update docker-compose-mariadb-redis.yml
fix tags
This commit is contained in:
parent
e2811992d9
commit
980ffef95a
@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
nextcloud-db:
|
nextcloud-db:
|
||||||
image: mariadb
|
image: mariadb:lts
|
||||||
container_name: nextcloud-db
|
container_name: nextcloud-db
|
||||||
hostname: nextcloud-db
|
hostname: nextcloud-db
|
||||||
command: --transaction-isolation=READ-COMMITTED --innodb_read_only_compressed=OFF
|
command: --transaction-isolation=READ-COMMITTED --innodb_read_only_compressed=OFF
|
||||||
@ -34,7 +34,7 @@ services:
|
|||||||
# - proxy
|
# - proxy
|
||||||
|
|
||||||
nextcloud-app:
|
nextcloud-app:
|
||||||
image: nextcloud
|
image: nextcloud:29-fpm-alpine
|
||||||
container_name: nextcloud-app
|
container_name: nextcloud-app
|
||||||
hostname: nextcloud-app
|
hostname: nextcloud-app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user