We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317c6af commit 02690cfCopy full SHA for 02690cf
1 file changed
README.md
@@ -18,6 +18,9 @@ For example:
18
# Defaults
19
> docker run -p 8080:8080 --init openwa/wa-automate
20
21
+# Devices with arm64 processors (Raspberry Pi`s, Apple M1, etc...)
22
+> docker run --platform linux/arm64 -p 8080:8080 openwa/wa-automate
23
+
24
# Custom webhook, port & socket mode enabled for easy integration with node-red
25
> docker run -p 8080:8085 --init openwa/wa-automate -w -p 8085 https://webhook.site.... --socket
26
0 commit comments