0
0
Fork 0
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:
tetebueno 2020-12-09 12:44:15 -03:00
parent 56e5127c9e
commit 107a1df956

View file

@ -285,9 +285,14 @@ services:
image: nextcloud:fpm image: nextcloud:fpm
links: links:
- db - db
restart: always
volumes: volumes:
- nextcloud:/var/www/html - nextcloud:/var/www/html
restart: always environment:
- MYSQL_PASSWORD=
- MYSQL_DATABASE=nextcloud
- MYSQL_USER=nextcloud
- MYSQL_HOST=db
web: web:
image: nginx image: nginx