We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
running command: docker run --detach --publish 9229:9229 --volume /home/user/containers/qaul/config:/srv/qaul qaulnet/qauld:v2.0.0-beta.15
docker run --detach --publish 9229:9229 --volume /home/user/containers/qaul/config:/srv/qaul qaulnet/qauld:v2.0.0-beta.15
container log:
running libqaul 2.0.0-beta.15 failed to creating version file path: /srv/qaul/version upgrade to new version failed
also getting same error for this docker-compose:
version: "2" services: app: image: qaulnet/qauld:v2.0.0-beta.15 restart: always user: 1000:1000 ports: - 9229:9229 volumes: - /home/user/containers/qaul/config:/srv/qaul
The text was updated successfully, but these errors were encountered:
No branches or pull requests
running command:
docker run --detach --publish 9229:9229 --volume /home/user/containers/qaul/config:/srv/qaul qaulnet/qauld:v2.0.0-beta.15
container log:
also getting same error for this docker-compose:
The text was updated successfully, but these errors were encountered: