akaunting / docker

Docker Image for Akaunting
https://github.com/akaunting/akaunting
GNU General Public License v3.0
182 stars 86 forks source link

Container keeps on restarting again on again #52

Closed orhanerday closed 2 years ago

orhanerday commented 2 years ago

I got an invalid option error when running akaunting container.

according to matt answer I run this command:

$ docker logs --tail 50 --follow --timestamps akaunting

output:

: invalid option:54.157611100Z /bin/bash: -
: invalid option:55.776651700Z /bin/bash: -
: invalid option:57.327766100Z /bin/bash: -
: invalid option:58.967840900Z /bin/bash: -
: invalid option:00.887525200Z /bin/bash: -
: invalid option:03.618328300Z /bin/bash: -
: invalid option:07.897957800Z /bin/bash: -
: invalid option:15.456709400Z /bin/bash: -
: invalid option:29.407690300Z /bin/bash: -

Screenshot: docker screenshot

Any idea what could be the issue here?

orhanerday commented 2 years ago

I deleted all related Images and Volumes problem solved.

thond1st commented 2 years ago

I deleted all related Images and Volumes problem solved.

Hi @orhanerday Did you also removed watch tower and mariadb related images and volumes? Did you repeat AKAUNTING_SETUP=true docker-compose up -d or just ran docker-compose up -d ?

Thanks

orhanerday commented 2 years ago

Yes, I ran just docker-compose up -d so that is the reason why.

thond1st commented 2 years ago

Yes, I ran just docker-compose up -d so that is the reason why?

Thank you @orhanerday

orhanerday commented 2 years ago

@thond1st You're welcome! I wish you good work...