]>
BookStack Code Mirror - api-scripts/blob - powershell-files-to-pages/docker-compose.yml
projects
/
api-scripts
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge pull request 'Add bookstack-sdk-php to community project' (#23) from guiziweb...
[api-scripts]
/
powershell-files-to-pages
/
docker-compose.yml
1
version: '3'
2
services:
3
powershell:
4
image: mcr.microsoft.com/powershell:latest
5
volumes:
6
- .:/app
7
working_dir: /app
8
command: ["pwsh"]