Daemonize Postgres container

This commit is contained in:
Disassembler 2017-12-19 19:29:02 +01:00
parent 182c9eb10b
commit 648064e5dd

View File

@ -8,7 +8,7 @@ depend() {
}
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() {