5 lines
47 B
Text
5 lines
47 B
Text
|
#!/bin/bash
|
||
|
./stop
|
||
|
docker-compose pull
|
||
|
./start
|