This website requires JavaScript.
Explore
Help
Sign In
learn
/
linux.softwareshinobi.com
Watch
1
Star
0
Fork
0
You've already forked linux.softwareshinobi.com
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
e1d56d71b55043afecea51fe9a11fb3a25aa6d50
linux.softwareshinobi.com
/
compose.bash
15 lines
107 B
Bash
Raw
Normal View
History
Unescape
Escape
automated terminal push
2025-03-14 15:46:26 -04:00
#!/bin/bash
##
set
-e
;
set
-x
;
##
docker compose down --remove-orphans
docker compose up --build -d
automated terminal push
2025-05-28 21:40:56 -04:00
Reference in New Issue
Copy Permalink