Files
containers/bitnami/dotnet-sdk/docker-compose.yml
2023-11-27 18:14:34 +01:00

14 lines
296 B
YAML

# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
version: '2'
services:
dotnet-sdk:
image: docker.io/bitnami/dotnet-sdk:8
command: ["tail", "-f", "/dev/null"] # To keep the container running
volumes:
- dotnet_data:/app
volumes:
dotnet_data:
driver: local