Docker fix
This commit is contained in:
parent
69deeefae8
commit
3e8118838b
@ -2,7 +2,3 @@
|
|||||||
Database/MyDarlingDb.db
|
Database/MyDarlingDb.db
|
||||||
Database/MyDarlingDb.db-shm
|
Database/MyDarlingDb.db-shm
|
||||||
Database/MyDarlingDb.db-wal
|
Database/MyDarlingDb.db-wal
|
||||||
|
|
||||||
# wwwroot
|
|
||||||
wwwroot/lib
|
|
||||||
wwwroot/content
|
|
@ -2,10 +2,10 @@ version: '3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
my-darling:
|
my-darling:
|
||||||
image: gitea.cebotari.ru/chebser/mydarling-dotnet:latest
|
build: .
|
||||||
container_name: mydarling-net
|
container_name: mydarling-net
|
||||||
ports:
|
ports:
|
||||||
- "5050:5000"
|
- "5050:5000"
|
||||||
volumes:
|
volumes:
|
||||||
- ./Database:/app/Database
|
- ./Database:/app/Database
|
||||||
- ./content:/app/wwwroot/content
|
- ./wwwroot/content:/app/wwwroot/content
|
Loading…
Reference in New Issue
Block a user