version: '2'
services:
dotnet-sdk:
image: docker.io/bitnami/dotnet-sdk:6
command: ["tail", "-f", "/dev/null"] # To keep the container running
volumes:
- dotnet_data:/app
dotnet_data:
driver: local