Browse Source

readme: remove docker-build

Fabian Peter Hammerle 5 years ago
parent
commit
a0d9225d03
1 changed files with 1 additions and 2 deletions
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -9,7 +9,6 @@ koel project repo: https://github.com/phanan/koel
 https://koel.phanan.net/docs
 
 ```sh
-$ sudo docker build -t koel .
 $ sudo docker network create koel
 $ sudo docker create \
     --name koel-db \
@@ -29,7 +28,7 @@ $ sudo docker run --rm --interactive --tty \
     --env DB_PASSWORD=secret \
     --network koel --publish=8080:8080 \
     --security-opt=no-new-privileges --cap-drop=all \
-    koel
+    fphammerle/koel:3.7.2-amd64
 + php artisan koel:init
 Attempting to install or upgrade Koel.
 Remember, you can always install/upgrade manually following the guide here: