diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-10 08:03:29 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-10 08:03:29 +0300 |
commit | f6232219feb0c1d1110b5a05d7c2617b236dcf09 (patch) | |
tree | 98ac4f754e9453f16f148b6f334aa6d9e38b6346 /docker-compose.yml | |
parent | 40f101057350347317618252fd2fda3f170a982a (diff) |
add libman restore to dockerfile
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index a683f15..707050c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,14 +2,10 @@ version: '3' services: my-darling: - build: . + image: gitea.cebotari.ru/chebser/mydarling-dotnet:latest container_name: mydarling-net ports: - "5050:5000" volumes: - - mydarling-db:/app/Database - - mydarling-wwwroot:/app/wwwroot - -volumes: - mydarling-db: - mydarling-wwwroot:
\ No newline at end of file + - ./Database:/app/Database + - ./content:/app/wwwroot/content
\ No newline at end of file |