Skip to content

Commit

Permalink
Merge pull request #740 from EdiWang/Anduin2017-patch-1
Browse files Browse the repository at this point in the history
Use local file system.
  • Loading branch information
EdiWang authored Aug 2, 2023
2 parents 88519f8 + 272a54c commit 60bcc34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
environment:
ConnectionStrings__MoongladeDatabase: "Server=db;Database=AppDatabase;Uid=WebApp;Pwd=WebApp@Passw0rd;"
ConnectionStrings__DatabaseType: "MySQL"
ImageStorage__FileSystemPath: "/app/images"
ports:
- "8080:80"
depends_on:
Expand Down

0 comments on commit 60bcc34

Please sign in to comment.