5 lines
146 B
Bash
Executable file
5 lines
146 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
docker kill postiz || true
|
|
docker rm postiz || true
|
|
docker create --name postiz -p 3000:3000 -p 4200:4200 localhost/postiz
|