Docker Synology #63
Replies: 13 comments 3 replies
-
Ran into the same issue. Seems like the app cant reach db at port 5432. Meanwhile db seems to be running correctly on port 5432 and listening to connections. 2023-01-17 23:07:05.801 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 |
Beta Was this translation helpful? Give feedback.
-
I am also using docker on Synology. I believe the default network created by docker on Nas cannot resolve service names. Can you create a bridge network and use that? |
Beta Was this translation helpful? Give feedback.
-
Thnx for the tip I'll try that I'll keep you updated. Update: Added bridge network to 3 dockers. Rebooted docks and stil cannot connect. Then removed the network created via kaizoku so that only bridge was available then Rebooted docks unfortunately same result. |
Beta Was this translation helpful? Give feedback.
-
Can you try this guide? https://drfrankenstein.co.uk/step-3-setting-up-a-docker-bridge-network/ |
Beta Was this translation helpful? Give feedback.
-
created the bridge via the guide. still no joy. didnt check the logfile of the dockers i'll supply them. **kaizoku-db- ** kaizoku-redis-1 **kaizoku **
✓ set metadata.comic_info_xml to true |
Beta Was this translation helpful? Give feedback.
-
Can you share your exact |
Beta Was this translation helpful? Give feedback.
-
sure and thnx for the fast replies ! `version: '3' volumes: services: |
Beta Was this translation helpful? Give feedback.
-
Oke another update I noticed in the composer that there are a DB and a REDIS volume declared so I made these folders and added the locations to the composer. Only thing that gives errors now in the logs is kaizoku docker _ Please make sure your database server is running at [00:02:34.588] ERROR (5881): |
Beta Was this translation helpful? Give feedback.
-
I tried it but I cannot reproduce this. |
Beta Was this translation helpful? Give feedback.
-
Damn that's unfortunate :(. Fixed another docker which couldn't communicate with my other container which was due to I had multiple gateways enabled on my nas. But it did t fix this issue I'll try it again from scratch after I brought the kids to bed. |
Beta Was this translation helpful? Give feedback.
-
Well I think fixing my gateway shizzle on the nas and redeploying the stack solved my problem :). Thnx for the support. So I guess if anyone else has this issue on a synology nas they have to check if they have this setting set to enable cause that might brake some stuff.... |
Beta Was this translation helpful? Give feedback.
-
@xthephreakx Did you run into any memory issues with this container on Synology? I've had things running smoothly for a few weeks now and Noticed my RAM usage increasing each day. As soon as the container is stopped/restarted it frees up about 6-7gb ram. |
Beta Was this translation helpful? Give feedback.
-
this is no bug but a help request.
i ran the composer on my docker hosted on synology via portainer.
3 dockers are created succesfully and are up and running
but somehow i cant connect to the page am i missing something ? or do i need to do something after the dockers are created ?
Beta Was this translation helpful? Give feedback.
All reactions