diff options
author | EuAndreh <eu@euandre.org> | 2019-05-28 00:56:02 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-28 00:56:02 -0300 |
commit | 454d9a90d019d123388843f7ed6d5b849b2f58d9 (patch) | |
tree | e843e8b0690fe3c1392c08cf812e3d020a84478c | |
parent | Split Bash variable declaration from assignment (shellcheck offense) (diff) | |
download | server-454d9a90d019d123388843f7ed6d5b849b2f58d9.tar.gz server-454d9a90d019d123388843f7ed6d5b849b2f58d9.tar.xz |
Fix Nextcloud image name
-rw-r--r-- | docker-compose.yaml | 2 |
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: |