Relative Content

Tag Archive for dockergithub-actions

Run docker compose in the background without showing pulling progress

When using GitHub actions, I’d like for this job to run completely in the background, immediately freeing up the console to keep running the Action. However at the moment it displays the pulling process, which on my slow staging server sometimes lasts more than 10 minutes. I don’t mind not knowing whether this command was successful.