Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
libre
watchful-nginx
Commits
a6ee993a
Commit
a6ee993a
authored
Aug 16, 2018
by
Michał 'rysiek' Woźniak
Browse files
README bugfix
parent
e4e546e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
a6ee993a
...
...
@@ -55,13 +55,13 @@ docker build --build-arg=NGINX_PACKAGE=nginx --build-arg=NGINX_VERSION=1.13* --n
Building the image with
`nginx-extras`
package from the Debian repository, version
`1.10*`
:
```
```
bash
docker build
--build-arg
=
NGINX_PACKAGE
=
nginx-extras
--build-arg
=
NGINX_VERSION
=
1.10
*
--no-cache
./
```
Building the image with
`nginx-full`
package from the Debian backports repository, version
`1.13*`
:
```
```
bash
docker build
--build-arg
=
NGINX_PACKAGE
=
nginx-full:backports
--build-arg
=
NGINX_VERSION
=
1.13
*
--no-cache
./
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment