mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-17 18:46:43 +01:00
Merge pull request #112 from jakommo/jakommo-fpm-example-1
Update README.md to use nextcloud:fpm image in FPM example
This commit is contained in:
commit
af7965154e
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ services:
|
|||
- MYSQL_USER=nextcloud
|
||||
|
||||
app:
|
||||
image: nextcloud
|
||||
image: nextcloud:fpm
|
||||
links:
|
||||
- db
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue