forked from verdnatura/hedera-web
Compose fixes
This commit is contained in:
parent
7a46fc0bbc
commit
6c59b72023
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.407.26) stable; urgency=low
|
||||
hedera-web (1.407.27) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@ services:
|
|||
target: /etc/hedera-web/config.my.php
|
||||
volumes:
|
||||
- /mnt/storage:/mnt/storage
|
||||
- /mnt/storage/image:/var/lib/hedera-web/image-db
|
||||
deploy:
|
||||
replicas: 1
|
||||
configs:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.407.26",
|
||||
"version": "1.407.27",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue