You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
228 B

2 years ago
  1. version: '2'
  2. services:
  3. abp_mvc:
  4. image: abp/mvc
  5. environment:
  6. - ASPNETCORE_ENVIRONMENT=Staging
  7. ports:
  8. - "9903:80"
  9. volumes:
  10. - "./Mvc-Logs:/app/App_Data/Logs"