nuxsmin / docker-syspass

Docker stuff for running sysPass on Docker
GNU General Public License v3.0
39 stars 21 forks source link

Last 2.1 image seem to be broken #36

Open JamesUoM opened 4 years ago

JamesUoM commented 4 years ago

I'm currently on 2.1.0. and need to update to 2.1.16.18061901 before being able to upgrade to 3.x

docker pull nuxsmin/docker-syspass:2.1 docker-compose up -d docker container logs syspass-app

`entrypoint: Starting with UID : 9001 setup_app: Unpacking sysPass '2.1' unzip: cannot find or open 2.1.zip, 2.1.zip.zip or 2.1.zip.ZIP. mv: cannot stat 'sysPass-2.1/*': No such file or directory setup_app: Setting up permissions setup_locales: Setting up locales Generating locales (this might take a while)... ca_ES.UTF-8... done de_DE.UTF-8... done en_US.UTF-8... done es_ES.UTF-8... done fr_FR.UTF-8... done nl_NL.UTF-8... done pl_PL.UTF-8... done ru_RU.UTF-8... done Generation complete.

sysPass environment installed and configured. Please point your browser to http://172.18.0.3 to start the installation

entrypoint: Starting Apache AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.18.0.3. Set the 'ServerName' directive globally to suppress this message`

I've seen exactly the same when trying to deploy a fresh 2.1 somewhere else.

nuxsmin commented 4 years ago

Hello, sorry for the late reply...

It seems that v2.1 package is not named as expected. Let me do some tests and I'll back with any feedback.

Regards