Skip to content

Commit 940c76e

Browse files
fix docker-compose.yml mount from /docs to /src
1 parent 0393451 commit 940c76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
# Mount site configuration directory
2222
- ./config:/usr/local/apache2/conf/config:ro
2323
# Mount website directory
24-
- ./docs:/usr/local/apache2/htdocs:ro
24+
- ./src:/usr/local/apache2/htdocs:ro
2525

2626

2727
# Example commands using this service:

0 commit comments

Comments
 (0)