4 lines
94 B
Bash
Executable File
4 lines
94 B
Bash
Executable File
#!/bin/bash
|
|
docker-compose pull
|
|
docker-compose up -d --remove-orphans
|
|
yes | docker image prune |