docker-compose for solidinvoice #983
Answered
by
vahidirp
DimebagCFH
asked this question in
Q&A
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pierredup
-
Thanks for your reply, Thanks in advance, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dears,
I'm using this docker compose for solidinvoice
It seems not working, when it's installed, arriving at the database config page
I don't know which host I have to define (to fill)
version: '3.9'
services:
db:
image: mysql:5.7
volumes:
- /volume1/docker/solidinvoicedb:/var/lib/mysql:rw
security_opt:
- no-new-privileges:true
restart: on-failure:5
environment:
MYSQL_DATABASE: solidinvoice
MYSQL_ROOT_PASSWORD: rootpasword
MYSQL_USER: solidinvoice
MYSQL_PASSWORD: userpassword
app:
image: solidinvoice/solidinvoice
depends_on:
- db
ports:
- 5484:80
restart: on-failure:5
I'm using that tuto
https://mariushosting.com/how-to-install-solidinvoice-on-your-synology-nas/
Thanks in advance for your help
Beta Was this translation helpful? Give feedback.
All reactions