mirror of
https://github.com/bitnami/containers.git
synced 2026-02-15 00:57:23 +08:00
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
11 lines
244 B
YAML
11 lines
244 B
YAML
version: '2'
|
|
services:
|
|
aspnet-core:
|
|
image: docker.io/bitnami/aspnet-core:6
|
|
command: ["tail", "-f", "/dev/null"] # To keep the container running
|
|
volumes:
|
|
- aspnet-core_data:/app
|
|
volumes:
|
|
aspnet-core_data:
|
|
driver: local
|