Hi,
you use ${DEVPISERVER_SERVERDIR}/.nodeinfo to check if a server has already been initialised in entrypoint.sh. Yet the documentation says to mount the persistent data to srv/devpi. So the server always re-initialises.
Could you explain why you designed it like this? Is this a bug?
As a workaround setting DEVPISERVER_SERVERDIR to srv/devpi works.
Hi,
you use
${DEVPISERVER_SERVERDIR}/.nodeinfoto check if a server has already been initialised inentrypoint.sh. Yet the documentation says to mount the persistent data tosrv/devpi. So the server always re-initialises.Could you explain why you designed it like this? Is this a bug?
As a workaround setting
DEVPISERVER_SERVERDIRtosrv/devpiworks.