Skip to content

Commit 02690cf

Browse files
authored
Include instructions for ARM processors (#64)
1 parent 317c6af commit 02690cf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ For example:
1818
# Defaults
1919
> docker run -p 8080:8080 --init openwa/wa-automate
2020

21+
# Devices with arm64 processors (Raspberry Pi`s, Apple M1, etc...)
22+
> docker run --platform linux/arm64 -p 8080:8080 openwa/wa-automate
23+
2124
# Custom webhook, port & socket mode enabled for easy integration with node-red
2225
> docker run -p 8080:8085 --init openwa/wa-automate -w -p 8085 https://webhook.site.... --socket
2326

0 commit comments

Comments
 (0)