Docker fix
This commit is contained in:
parent
69deeefae8
commit
3e8118838b
@ -1,8 +1,4 @@
|
||||
# database file
|
||||
Database/MyDarlingDb.db
|
||||
Database/MyDarlingDb.db-shm
|
||||
Database/MyDarlingDb.db-wal
|
||||
|
||||
# wwwroot
|
||||
wwwroot/lib
|
||||
wwwroot/content
|
||||
Database/MyDarlingDb.db-wal
|
@ -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
|
||||
- ./wwwroot/content:/app/wwwroot/content
|
Loading…
Reference in New Issue
Block a user