Update README.md

Fixed FPM example docker-compose to actually use nextcloud:fpm image instead of the default apache one
pull/112/head
Jakob Reiter 9 years ago committed by GitHub
parent a0ad7ac1c7
commit 6addbfaeb8

@ -150,7 +150,7 @@ services:
- MYSQL_USER=nextcloud
app:
image: nextcloud
image: nextcloud:fpm
links:
- db
volumes:

Loading…
Cancel
Save