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

Mounting volumes no longer possible #887

Open
DevTech288 opened this issue Jun 26, 2024 · 0 comments
Open

Mounting volumes no longer possible #887

DevTech288 opened this issue Jun 26, 2024 · 0 comments

Comments

@DevTech288
Copy link

I am working on a Debian 12 VM and had a mssql docker container installed since last year, which used to work.

However, somehow it is no longer working as it gives me that there is no /opt/mssql/bin/check_permissions.sh and container crashes after 1s and is then in a restart loop. I also tried creating a second mssql folder. This only works if I add no volumes. As soon as I try to mount the volumes to make it persistent, the container also crashes. I also tried different image tags. The issue remains the same.

This is part of my docker-compose.yml
mssql:
container_name: mssql
restart: unless-stopped
image: mcr.microsoft.com/mssql/server:2022-latest
ports:
- "1433:1433"
environment:
MSSQL_SA_PASSWORD: ""
ACCEPT_EULA: "Y"
volumes:
- ./mssql:/var/opt/mssql

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