Merge pull request #950 from tilosp-docker/nextcloud-pr-112
Nextcloud: Update README.md to use nextcloud:fpm image in FPM example
This commit is contained in:
commit
953f84289f
|
|
@ -153,7 +153,7 @@ services:
|
||||||
- MYSQL_USER=nextcloud
|
- MYSQL_USER=nextcloud
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: nextcloud
|
image: nextcloud:fpm
|
||||||
links:
|
links:
|
||||||
- db
|
- db
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue