Switch to stable release of nextcloud

This commit is contained in:
Nemo 2019-04-21 17:45:28 +05:30
parent 071a16dc94
commit c9b9205496
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ module "nextcloud-db" {
module "nextcloud-container" {
source = "modules/container"
name = "nextcloud"
image = "nextcloud:16-rc-apache"
image = "nextcloud:stable-apache"
volumes = [{
container_path = "/var/www/html"