module-zero-core-template-d.../docker/host/docker-compose.yml

12 строки
231 B
YAML

version: '2'
services:
abp_host:
image: abp/host
environment:
- ASPNETCORE_ENVIRONMENT=Staging
ports:
- "9902:80"
volumes:
- "./Host-Logs:/app/App_Data/Logs"