Docker server restart loop

7 views
Skip to first unread message

Matt

unread,
Sep 30, 2025, 6:16:13 AMSep 30
to Minarca Data Backup
I'm attempting to deploy the server via docker, and I'm just getting a restart loop, with the following in the logs:
minarca-server exited with code 0
minarca-server  | Set correct permissions for log, conf and backup dir...
minarca-server  | Starting OpenSSH service...
minarca-server  | Starting Minarca service...
minarca-server exited with code 0
minarca-server  | Set correct permissions for log, conf and backup dir...
minarca-server  | Starting OpenSSH service...
minarca-server  | Starting Minarca service...
minarca-server exited with code 0
minarca-server  | Set correct permissions for log, conf and backup dir...
minarca-server  | Starting OpenSSH service...
minarca-server  | Starting Minarca service...

I'm using the ikus060/minarca-server:6.1.3.dev7-gc3b3fd92e image.

Patrik Dufresne

unread,
Sep 30, 2025, 7:15:26 AMSep 30
to min...@googlegroups.com
Hello Matt,

Could you test with a release version ?

e.g.:

docker run -d \
  -p 8080:8080 \
  -p 22:22 \
  -v /path/to/backups:/backups \
  -v /path/to/conf:/etc/minarca \
  -v /path/to/logs:/var/log/minarca \
  --privileged \
  --restart always \
  --name minarca-server \
  ikus060/minarca-server:6


--
You received this message because you are subscribed to the Google Groups "Minarca Data Backup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to minarca+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/minarca/e2c648d6-6f59-46bd-8002-c9d0a90e47c4n%40googlegroups.com.


--
ATTENTION : Je serai en vacances du 16 oct au 26 oct 2025.
ATTENTION: I will be on vacation from Oct 16 to Oct 26, 2025.
IKUS Software
Message has been deleted

Matt

unread,
Sep 30, 2025, 3:57:06 PMSep 30
to Minarca Data Backup
That seems to have done it. Thanks!

Reply all
Reply to author
Forward
0 new messages