Files
containers/bitnami/dotnet/docker-compose.yml
Bitnami Bot 01a60294e3 [bitnami/dotnet] Release 8.0.4-debian-12-r4 (#66264)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2024-05-07 10:48:02 +02:00

14 lines
311 B
YAML

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