mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-05 22:04:58 +01:00
Update README.md
Fixed FPM example docker-compose to actually use nextcloud:fpm image instead of the default apache one
This commit is contained in:
parent
a0ad7ac1c7
commit
6addbfaeb8
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ services:
|
||||||
- MYSQL_USER=nextcloud
|
- MYSQL_USER=nextcloud
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: nextcloud
|
image: nextcloud:fpm
|
||||||
links:
|
links:
|
||||||
- db
|
- db
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue