Skip to content

Commit 28ae286

Browse files
Updated Dev bind example in dev compose
1 parent e98a714 commit 28ae286

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml.dev

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ services:
2525
### The current easiest way to develop CWA is to live edit a running instance.
2626
### To do so, use docker binds to bind the files your working on to their counterparts in the running container.
2727
### 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
28+
### For example:
29+
# /your/dev/env/cps:/app/calibre-web-automated/cps
2930

3031
ports:
3132
# Change the first number to change the port you want to access the Web UI, not the second

0 commit comments

Comments
 (0)