diff options
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 707050c..250309e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,10 +2,10 @@ version: '3' services: my-darling: - image: gitea.cebotari.ru/chebser/mydarling-dotnet:latest + build: . container_name: mydarling-net ports: - "5050:5000" volumes: - ./Database:/app/Database - - ./content:/app/wwwroot/content
\ No newline at end of file + - ./wwwroot/content:/app/wwwroot/content
\ No newline at end of file |