Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
frnmst
docker-debian-postgis-django
Commits
ec275ca3
Verified
Commit
ec275ca3
authored
Dec 03, 2020
by
frnmst
Browse files
Added instructions to pin the software version in a docker compose file.
parent
08426e01
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
ec275ca3
...
...
@@ -63,7 +63,8 @@ services:
### Build via git
1.
add this to the docker compose file of your project:
1.
add this to the docker compose file of your project, where
`${VERSION}`
may correspond to
a git tag such as
`0.0.3`
:
```
services:
...
...
@@ -71,7 +72,7 @@ services:
dependencies:
image: docker_debian_postgis_django
build:
context: https://github.com/frnmst/docker-debian-postgis-django.git
context: https://github.com/frnmst/docker-debian-postgis-django.git
#${VERSION}
dockerfile: Dockerfile
# The main service of you project.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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