Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/phax/phoss-smp.git
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Mar 22, 2024
2 parents 87d035a + 2bcaacd commit 9392bb8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Prebuild images are available from:

# Running pre-build image from Docker Hub

Note: running the pre-build image assumes that you adopted the [configuration](https://github.com/phax/phoss-smp/wiki/Configuration) of the SMP so that it suits your needs.

Running a pre-build image (XML backend only):

```
Expand All @@ -27,6 +29,11 @@ docker stop phoss-smp
docker rm phoss-smp
```

Alternative console without any configuration - for quick startup testing only:
```
docker run --name phoss-smp -p 8888:8080 -v.:/a -e WEBAPP_DATAPATH=/a -e SML_SMPID=TEST1 -e SMP_BACKEND=xml phelger/phoss-smp-xml:latest
```

The command line exposes port 8888 locally if Tomcat is running successfully.
Open `http://localhost:8888` in your browser to check.

Expand Down

0 comments on commit 9392bb8

Please sign in to comment.