mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-16 16:14:47 +02:00
Fixing FPM version too.
Signed-off-by: tetebueno <9064236+tetebueno@users.noreply.github.com>
This commit is contained in:
parent
56e5127c9e
commit
107a1df956
1 changed files with 6 additions and 1 deletions
|
@ -285,9 +285,14 @@ services:
|
|||
image: nextcloud:fpm
|
||||
links:
|
||||
- db
|
||||
restart: always
|
||||
volumes:
|
||||
- nextcloud:/var/www/html
|
||||
restart: always
|
||||
environment:
|
||||
- MYSQL_PASSWORD=
|
||||
- MYSQL_DATABASE=nextcloud
|
||||
- MYSQL_USER=nextcloud
|
||||
- MYSQL_HOST=db
|
||||
|
||||
web:
|
||||
image: nginx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue