doakyz

Results 2 issues of doakyz

When trying to use docker-compose on a Raspberry Pi Zero it fails due not having a supported image. Output of trying to run: pi@raspberrypi:~/standard-notes/syncing-server $ docker-compose up -d Building app...

During the prep phase, the docker run command doesn't correctly setup the initdb.sql ```bash docker run --rm guacamole/guacamole:1.5.5 /opt/guacamole/bin/initdb.sh --postgres > initdb.sql ``` This leads to initdb.sql being created as...