diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-06-14 08:02:34 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-06-14 08:02:34 +0300 |
commit | a62845291a58cc55481a1663ce2236f09bd86949 (patch) | |
tree | 447f146aee4ddce77fc82fb3857aac05c8c4fea6 /docker-compose.yml | |
parent | a5bf29c00b85358f5cc078422871aa6654866d0c (diff) |
Edit docker compose file
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 1793945..dae7f88 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,13 +2,13 @@ version: '3' services: my-darling: - build: . + image: gitea.cebotari.ru/chebser/mydarling-dotnet:latest container_name: mydarling-dotnet ports: - "5050:5000" volumes: - db:/app/Database - - content:/app/wwwroot/content + - content:/app/wwwroot/Content environment: - ADMIN_PASSWORD=He110World! |