We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
environment is Pi4 Debian/Buster in 64b mode /boot/config.txt : arm_64bit=1 DOCKER_DEFAULT_PLATFORM=linux/arm64
following instructions in README.MD curl ... mkdir -p data/photos docker-compose up ....Status: Downloaded newer image for postgres:11.1-alpine4. ....Status: Downloaded newer image for redis:6.2.2 Creating photonix-redis ... done Creating photonix-postgres ... done Creating photonix ... done Attaching to photonix-postgres, photonix-redis, photonix photonix-postgres exited with code 159 photonix-redis exited with code 159 photonix exited with code 159
curl ... mkdir -p data/photos docker-compose up ....Status: Downloaded newer image for postgres:11.1-alpine4. ....Status: Downloaded newer image for redis:6.2.2 Creating photonix-redis ... done Creating photonix-postgres ... done Creating photonix ... done Attaching to photonix-postgres, photonix-redis, photonix photonix-postgres exited with code 159 photonix-redis exited with code 159 photonix exited with code 159
I believe that code 159 comes out of Postgresql while it is bellyaching about 32b / 64b mis matches
The text was updated successfully, but these errors were encountered:
No branches or pull requests
environment is Pi4 Debian/Buster
in 64b mode
/boot/config.txt : arm_64bit=1
DOCKER_DEFAULT_PLATFORM=linux/arm64
following instructions in README.MD
curl ... mkdir -p data/photos docker-compose up ....Status: Downloaded newer image for postgres:11.1-alpine4. ....Status: Downloaded newer image for redis:6.2.2 Creating photonix-redis ... done Creating photonix-postgres ... done Creating photonix ... done Attaching to photonix-postgres, photonix-redis, photonix photonix-postgres exited with code 159 photonix-redis exited with code 159 photonix exited with code 159
I believe that code 159 comes out of Postgresql while it is bellyaching about 32b / 64b mis matches
The text was updated successfully, but these errors were encountered: