A fix for the 500 Server Error problem when installing SnipeIT on Synology (Docker container) #14424
danielrosehill
started this conversation in
General
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I followed the Marius Hosting instructions to install Snipe IT on a Synology NAS as a Docker container (using Portainer).
But my Pre Flight Check kept chocking on the database creation.
I figured out a very simple fix!
Following the tutorial will result in the creation of two containers:
You simply need to manually add a 'link' between the two so that the main container can talk to the DB server.
First, power down the containers.
Then just add a link from SNIPE-IT to SNIPE-IT-DB:
You can now restart the containers and you should be able to finish the installation including the database creation without running into the server error!
Beta Was this translation helpful? Give feedback.
All reactions