3 questions from the last 7 days
Advice
0
votes
2
replies
52
views
How to healthcheck a docker container portainer-agent
How to setup a healthcheck for portainer edge agent in docker compose? Mine does not work.
---
services:
portainer_agent:
image: portainer/agent:alpine
container_name: portainer_agent
...
0
votes
1
answer
39
views
Strapi hangs indefinitely while building Docker container [closed]
How can I resolve the issue where Strapi hangs during Docker container build at the following step?
=> [strapi 8/8] RUN npm run build
=> => # - STRAPI_ANALYTICS_URL
=> => # ✔ ...
0
votes
0
answers
28
views
Can MinIO interact with a docker container in a stack through Tailscale?
I have a stack of containers built from the official AdamRMS compose file as per their documentation, running on a Synology NAS;
services:
adamrms_db:
image: index.docker.io/mysql/mysql-server:8....