@@ -59,8 +59,8 @@ The most important tags are listed below.
59
59
60
60
### Latest images
61
61
62
- - ` 3.12.1-2 ` [ (3.12.1-2 /Dockerfile)] ( https://github.com/wiremock/wiremock-docker/blob/3.12.1-2 /Dockerfile )
63
- - ` 3.12.1-2- alpine ` [ (3.12 -alpine/Dockerfile)] ( https://github.com/wiremock/wiremock-docker/blob/3.12.1-2 /alpine/Dockerfile )
62
+ - ` 3.13.0-1 ` [ (3.13.0-1 /Dockerfile)] ( https://github.com/wiremock/wiremock-docker/blob/3.13.0-1 /Dockerfile )
63
+ - ` 3.13.0-1- alpine ` [ (3.13 -alpine/Dockerfile)] ( https://github.com/wiremock/wiremock-docker/blob/3.13.0-1 /alpine/Dockerfile )
64
64
- ` latest ` [ (latest/Dockerfile)] ( https://github.com/wiremock/wiremock-docker/blob/latest/Dockerfile )
65
65
- ` latest-alpine ` [ (latest-alpine/Dockerfile)] ( https://github.com/wiremock/wiremock-docker/blob/latest-alpine/Dockerfile )
66
66
- ` main ` [ (main/Dockerfile)] ( https://github.com/wiremock/wiremock-docker/blob/main/Dockerfile )
@@ -111,7 +111,7 @@ you can add them to the end of the command line.
111
111
For example, to enable HTTPs: ` --https-port 8443 --verbose `
112
112
113
113
``` sh
114
- docker run -it --rm -p 8443.12443 wiremock/wiremock --https-port 8443 --verbose
114
+ docker run -it --rm -p 8443.13443 wiremock/wiremock --https-port 8443 --verbose
115
115
```
116
116
117
117
### Using environment variables
@@ -127,7 +127,7 @@ Example for passing the CLI options:
127
127
``` sh
128
128
docker run -it --rm \
129
129
-e WIREMOCK_OPTIONS=' --https-port 8443 --verbose' \
130
- -p 8443.12443 \
130
+ -p 8443.13443 \
131
131
--name wiremock \
132
132
wiremock/wiremock:latest
133
133
```
@@ -223,7 +223,7 @@ For HTTPs, the `8443` port is exposed by default.
223
223
To run with HTTPs, run the following command:
224
224
225
225
``` sh
226
- docker run -it --rm -p 8443.12443 wiremock/wiremock --https-port 8443 --verbose
226
+ docker run -it --rm -p 8443.13443 wiremock/wiremock --https-port 8443 --verbose
227
227
```
228
228
229
229
To check the HTTPs on the default exposed port,
0 commit comments