3 lines
96 B
Bash
Executable File
3 lines
96 B
Bash
Executable File
#!/bin/bash
|
|
docker run -d -it -p 10800:80 -p 10330:3306 --name koha-patrick koha-patrick:latest
|