Skip to content

Commit

Permalink
Update compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
runejo committed Dec 2, 2024
1 parent 9454fc6 commit 022dc89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ services:
- ASPNETCORE_ENVIRONMENT=Development
volumes:
- ./docker/pxwebapi/appsettings.json:/app/appsettings.json:ro
- ./docker/pxwebapi/SqlDb.config:/app/SqlDb.config:ro
- ./docker/pxwebapi/wwwroot/ControllerStates:/app/wwwroot/ControllerStates:rw
- ./docker/pxwebapi/Database:/app/wwwroot/Database:rw
post_start:
Expand Down

0 comments on commit 022dc89

Please sign in to comment.