Skip to content

Commit c6b6282

Browse files
committed
docs: update Docker usage instructions in README.md
1 parent a1c43f5 commit c6b6282

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,16 @@ This ensures the server runs as expected and avoids potential issues.
102102

103103
##### 3.1.2 Using Docker:
104104

105+
Docker Pull Command:
106+
107+
```
108+
docker pull sakethpathike/linkora-sync-server
109+
```
110+
105111
You can set these variables directly in the Docker Desktop GUI before running the image or pass them using the `-e` flag:
106112

107113
```
108-
docker run -e LINKORA_SERVER_USE_ENV_VAL="true" -e LINKORA_DATABASE_URL="mysql://your-db-url" -e LINKORA_DATABASE_USER="your-db-user" -e LINKORA_DATABASE_PASSWORD="your-db-password" -e LINKORA_SERVER_AUTH_TOKEN="your-auth-token" linkora-server
114+
docker run -e LINKORA_SERVER_USE_ENV_VAL="true" -e LINKORA_DATABASE_URL="mysql://your-db-url" -e LINKORA_DATABASE_USER="your-db-user" -e LINKORA_DATABASE_PASSWORD="your-db-password" -e LINKORA_SERVER_AUTH_TOKEN="your-auth-token" sakethpathike/linkora-sync-server
109115
```
110116

111117
Replace `your-db-url`, `your-db-user`, `your-db-password`, and `your-auth-token` with your actual database and

0 commit comments

Comments
 (0)