Skip to content

Commit a105d3f

Browse files
committed
Update Install.md
1 parent 440cd82 commit a105d3f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Doc/Install.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
# How to install
1+
# How To Install
22
[Download most resent release from here.][Download]
33

4+
# Using Docker
5+
Pull the current docker image
6+
`docker pull foxusa/opennote`
7+
8+
and run it on port 80
9+
`sudo docker run -d -p 80:80 -p 443:443 opennote`
10+
11+
or if port 80 is in use
12+
`sudo docker run -d -p 8080:80 -p 8443:443 opennote`
413

514
# Automatic(Wizard Based Install)
615
To run the installer open

0 commit comments

Comments
 (0)