Skip to content
New issue

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

Unable to run qauld docker container #559

Open
Cinorid opened this issue May 23, 2023 · 0 comments
Open

Unable to run qauld docker container #559

Cinorid opened this issue May 23, 2023 · 0 comments

Comments

@Cinorid
Copy link
Contributor

Cinorid commented May 23, 2023

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:

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant