Giattuck

Results 13 comments of Giattuck

I add some more info: when the script is running: ``` 3886 root 20 0 255.8m 34.5m 0.7 0.9 0:00.27 S `- node bin/shell-plugin.js 3916 root 20 0 167.9m 116.8m...

thanks for the reply @mikeTWC1984 !! I've tryed with tini -- php and i got this: ``` [WARN tini (110)] Tini is not running as PID 1 and isn't registered...

Update: with this: ``` #!/bin/sh tini -sgvvv -- php /var/www/magento2/bin/magento cron:run ``` first time worked: ``` [TRACE tini (933)] Registered as child subreaper Ran jobs by schedule. [INFO tini (933)]...

@jhuckaby solution worked! Thank you very much!! I had to add `init:true` in my compose file. With this i have docker-init as pid 1, cronicle as pid 7 and no...

hello, any news on the v6 docker image?

thanks for the info @cibero4!

Thanks!

Hello @cibero42 any update on this?

i was using the image `zengxs/gitlab:ee` (without version number) in my compose file for the last two years. Periodically I updated my instance by just stopping the container, pulling and...

hello @zengxs! Thanks for taking the time to do this. In my spare time I'll try the manual build solution, although probably the best solution is to move the gitlab...