brokenscripts

Results 18 comments of brokenscripts

I haven't updated to the most current version due to work (hence the extremely slow response) so I would have to check. When I have time I'll take a gander,...

I've updated the guide, took long enough to come back to this. I do not see that issue, but if you run into it again, please re-open an issue.

I've updated the guide to include a section on secrets at a very high level. Please review the link @reddsimpson posted for more info. Going to close this, if the...

That looks like a host permission error. Have you tried manually creating that folder (/media) and recursively changing ownership to match who it should? You could also comment out the...

I'm honestly not sure. If you created the media/public folders and chown them to the correct user, chmod shouldn't be needed. If you're using my stack exactly it's user id...

That looks like host permission issues still. ``` initdb: error: could not change permissions of directory ```

Closing due to no additional updates.

Did you double check that your docker user (if not root) has visibility there? Try doing a manual docker run with that bind mounts and see if it works. I'll...

Been a bit busy, sorry. Run these: ```bash export DOCKERDIR=/opt/stacks/my-compose # Run this container as root docker run --rm -it \ --entrypoint /bin/ash \ -e GEOIPUPDATE_EDITION_IDS="GeoLite2-City GeoLite2-ASN" \ -e GEOIPUPDATE_FREQUENCY=8...

@airbornetrooper82573 - Any update on your side?