Skip to content

Commit 789e2a8

Browse files
gabrielwong159willnorris
authored andcommitted
readme: update fly.toml volume mount
PR #12 changes directory used by Docker image. This commit updates the fly.io instructions to use the same directory. Signed-off-by: Gabriel Wong <[email protected]>
1 parent 396a3ae commit 789e2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ strategy = "immediate"
9696

9797
[mounts]
9898
source="FLY_VOLUME_NAME"
99-
destination="/root"
99+
destination="/home/nonroot"
100100
```
101101

102102
Then run the commands with the [flyctl CLI].

0 commit comments

Comments
 (0)