0
0
MyDarling/docker-compose.yml
Sergey Chebotar 3e8118838b Docker fix
2023-02-14 07:17:25 +03:00

11 lines
208 B
YAML

version: '3'
services:
my-darling:
build: .
container_name: mydarling-net
ports:
- "5050:5000"
volumes:
- ./Database:/app/Database
- ./wwwroot/content:/app/wwwroot/content