mirror of
https://github.com/bitnami/containers.git
synced 2026-02-11 14:37:20 +08:00
11 lines
246 B
YAML
11 lines
246 B
YAML
version: '2'
|
|
services:
|
|
aspnet-core:
|
|
image: docker.io/bitnami/aspnet-core:6.0
|
|
command: ["tail", "-f", "/dev/null"] # To keep the container running
|
|
volumes:
|
|
- aspnet-core_data:/app
|
|
volumes:
|
|
aspnet-core_data:
|
|
driver: local
|