Browse Source
Update LibrePatron jinja2 Dependency
feature/more-args
Jeff Vandrew Jr
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docker-compose-generator/docker-fragments/opt-add-librepatron.yml
|
@ -3,7 +3,7 @@ services: |
|
|
librepatron: |
|
|
librepatron: |
|
|
container_name: librepatron |
|
|
container_name: librepatron |
|
|
restart: unless-stopped |
|
|
restart: unless-stopped |
|
|
image: jvandrew/librepatron:0.7.31 |
|
|
image: jvandrew/librepatron:0.7.32 |
|
|
expose: |
|
|
expose: |
|
|
- "8006" |
|
|
- "8006" |
|
|
volumes: |
|
|
volumes: |
|
|