aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-28 00:56:02 -0300
committerEuAndreh <eu@euandre.org>2019-05-28 00:56:02 -0300
commit454d9a90d019d123388843f7ed6d5b849b2f58d9 (patch)
treee843e8b0690fe3c1392c08cf812e3d020a84478c
parentSplit Bash variable declaration from assignment (shellcheck offense) (diff)
downloadserver-454d9a90d019d123388843f7ed6d5b849b2f58d9.tar.gz
server-454d9a90d019d123388843f7ed6d5b849b2f58d9.tar.xz
Fix Nextcloud image name
-rw-r--r--docker-compose.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index de09dad..f5acf14 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -59,7 +59,7 @@ services:
- LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL}
nextcloud:
- image: nextcloud/fpm
+ image: nextcloud:fpm
container_name: nextcloud
restart: always
volumes: