Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
psidex committed Jul 22, 2023
1 parent 153e0aa commit f098e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Currently the Dockerfile and GitHub action are tailored for an ARM64 build (to r
cd ~
git clone https://github.com/psidex/ipmon.git
cd ipmon
docker build -t psidex/ipmon:latest Dockerfile.client
docker build -t psidex/ipmon:latest -f Dockerfile.client .
cd /your/working/directory
cp ~/ipmon/ipmon.env .
vi ipmon.env
Expand All @@ -36,7 +36,7 @@ A web server that replies with the value of one of (in order of enumeration):
cd ~
git clone https://github.com/psidex/ipmon.git
cd ipmon
docker build -t psidex/ipmon-server:latest Dockerfile.server
docker build -t psidex/ipmon-server:latest -f Dockerfile.server .
docker run -d --name ipmon-server \
--restart unless-stopped \
psidex/ipmon-server:latest
Expand Down

0 comments on commit f098e35

Please sign in to comment.