mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 06:48:04 +08:00
3.1.419-debian-11-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
d9e482c9ef
commit
cb8d0f0550
10
bitnami/dotnet-sdk/3.1/debian-11/docker-compose.yml
Normal file
10
bitnami/dotnet-sdk/3.1/debian-11/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: '2'
|
||||
services:
|
||||
dotnet-sdk:
|
||||
image: docker.io/bitnami/dotnet-sdk:3.1
|
||||
command: ["tail", "-f", "/dev/null"] # To keep the container running
|
||||
volumes:
|
||||
- dotnet_data:/app
|
||||
volumes:
|
||||
dotnet_data:
|
||||
driver: local
|
||||
Reference in New Issue
Block a user