Guest User

update.sh

a guest
Dec 3rd, 2021
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. docker-compose pull
  4. docker-compose up --force-recreate --build -d
  5. docker image prune -f
  6.  
Advertisement
Add Comment
Please, Sign In to add comment