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
2 deletions
-
docker-compose-generator/docker-fragments/opt-add-librepatron.yml
|
|
@ -3,7 +3,7 @@ services: |
|
|
|
librepatron: |
|
|
|
container_name: librepatron |
|
|
|
restart: unless-stopped |
|
|
|
image: jvandrew/librepatron:0.6.69 |
|
|
|
image: jvandrew/librepatron:0.6.71 |
|
|
|
expose: |
|
|
|
- "8006" |
|
|
|
volumes: |
|
|
@ -22,7 +22,6 @@ services: |
|
|
|
isso: |
|
|
|
container_name: isso |
|
|
|
restart: unless-stopped |
|
|
|
stop_signal: SIGKILL |
|
|
|
image: jvandrew/isso:atron.22 |
|
|
|
expose: |
|
|
|
- "8080" |
|
|
|