-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
Since weeks I see the hint "Nextcloud 11.0.2 is available" when I log into my nextcloud docker instance.
I pulled the new version and now have this images:
sudo docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
nextcloud latest 5d0d70f314ea 3 days ago 620 MB
mysql latest 5faba1a71ec4 4 days ago 407 MB
I started the image by
sudo docker run --name nextcloud --link mysql:mysql -p 8080:80 -v /data/nextcloud:/var/www/html -d nextcloud:latest
I got PHP Version 7.1.3 which is really nice, but still not Version 11.0.2.
On the Docker Hub It's shown that version 11.0.2 is the same as latest:
11.0.2-apache, 11.0-apache, 11-apache, apache, 11.0.2, 11.0, 11, latest (11.0/apache/Dockerfile)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels