Skip to content

Commit aa68b9d

Browse files
authored
Add recursive chown in docs
1 parent 7c9275d commit aa68b9d

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
@@ -20,7 +20,7 @@ The current oracle core is built to run the protocol specified in the [EIP-0023
2020

2121
AMD64 and ARM64 images are available from [Docker Hub Repo](https://hub.docker.com/r/ergoplatform/oracle-core)
2222

23-
The container runs under oracle-core user ( 9010 uid ), if using bind mount for container's /data folder ( where config files and other data lives ), set the container's uid for the host's folder ownership ( ex: chown 9010:9010 oracle_data ).
23+
The container runs under oracle-core user ( 9010 uid ), if using bind mount for container's /data folder ( where config files and other data lives ), set the container's uid for the host's folder ownership ( ex: chown -R 9010:9010 oracle_data ).
2424

2525
An example docker run command:
2626

0 commit comments

Comments
 (0)