Daemonize Postgres container
This commit is contained in:
parent
182c9eb10b
commit
648064e5dd
@ -8,7 +8,7 @@ depend() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
/usr/bin/docker run --rm --name postgres -v /srv/postgres:/var/lib/postgresql postgres
|
/usr/bin/docker run -d --rm --name postgres -v /srv/postgres:/var/lib/postgresql postgres
|
||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
|
Loading…
Reference in New Issue
Block a user