You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
After some small research ...
/startup.sh: line 44 & 51
shouldn't instead "assets/monolog.yaml /opt/kimai/config/packages/monolog.yaml" ->
"cp /assets/monolog.yaml /opt/kimai/config/packages/monolog.yaml" ?
/startup.sh: line 41: [: : a integer expected but at this point, $KIMAI is empty ...
/startup.sh: line 41: [: : integer expression expected
/startup.sh: line 44: assets/monolog.yaml: No such file or directory
To Reproduce
at start
Command used to run the container
docker run --rm --name kimai-latest
-e DATABASE_URL=mysql://kimai:kimai@${HOSTNAME}:3399/kimai
-e TRUSTED_HOSTS=nginx,localhost,127.0.0.1,${HOSTNAME},172.30.128.95
-e USER_ID=33
-e GROUP_ID=33
-v kimai-latest_data:/opt/kimai/var
-v /opt/kimai/config/packages/local.yaml:/opt/kimai/config/packages/local.yaml
-ti
-p 8001:8001
kimai/kimai2:apache
Docker compose file (with passwords redacted)
Hmmmm do I have to have a file or do I need a file ?
I'm new to Docker`
can that also be the reason why I can't find any prod.log, etc. under /var/log?
Thanks in advance,
The text was updated successfully, but these errors were encountered: