Skip to content

Commit

Permalink
docs: Add ARM64 image instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
sytone committed Nov 27, 2022
1 parent 5431ad7 commit 3c23813
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ docker run -d `
ghcr.io/sytone/obsidian-remote:latest
```

The ARM container is now avaliable, will look to make this simpler in the future. The ARM imange is on the docker hub and not the github container registry.

```PowerShell
docker run -d `
-v D:/ob/vaults:/vaults `
-v D:/ob/config:/config `
-p 8080:8080 `
sytone/obsidian-remote:latest
```

### Ports

| Port | Description |
Expand Down

0 comments on commit 3c23813

Please sign in to comment.