We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98a714 commit 28ae286Copy full SHA for 28ae286
docker-compose.yml.dev
@@ -25,7 +25,8 @@ services:
25
### The current easiest way to develop CWA is to live edit a running instance.
26
### To do so, use docker binds to bind the files your working on to their counterparts in the running container.
27
### This will let you see your changes in realtime, test ect. You can use build.sh to prepare images with your changes.
28
- # /your/dev/env/file:/location/of/the/file/in/the/container_name
+ ### For example:
29
+ # /your/dev/env/cps:/app/calibre-web-automated/cps
30
31
ports:
32
# Change the first number to change the port you want to access the Web UI, not the second
0 commit comments