Skip to content

Commit fd36963

Browse files
committed
Use commonly used current dir mount pattern for consistency
1 parent 5fc242c commit fd36963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
image: hugomods/hugo:std-exts
77
command: server -D
88
volumes:
9-
- ./:/src
10-
- ~/hugo_cache:/tmp/hugo_cache
9+
- .:/src
10+
- ./hugo_cache:/tmp/hugo_cache
1111
ports:
1212
- 1313:1313

0 commit comments

Comments
 (0)