Files
containers/bitnami/dotnet/docker-compose.yml
Bitnami Bot e92868b041 [bitnami/dotnet] Release 8.0.0-debian-11-r0 (#53235)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2023-11-27 17:18:30 +01:00

14 lines
288 B
YAML

# Copyright VMware, Inc.
# 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