1
0
Эх сурвалжийг харах

readme: remove docker-build

Fabian Peter Hammerle 5 жил өмнө
parent
commit
a0d9225d03
1 өөрчлөгдсөн 1 нэмэгдсэн , 2 устгасан
  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
 https://koel.phanan.net/docs
 
 
 ```sh
 ```sh
-$ sudo docker build -t koel .
 $ sudo docker network create koel
 $ sudo docker network create koel
 $ sudo docker create \
 $ sudo docker create \
     --name koel-db \
     --name koel-db \
@@ -29,7 +28,7 @@ $ sudo docker run --rm --interactive --tty \
     --env DB_PASSWORD=secret \
     --env DB_PASSWORD=secret \
     --network koel --publish=8080:8080 \
     --network koel --publish=8080:8080 \
     --security-opt=no-new-privileges --cap-drop=all \
     --security-opt=no-new-privileges --cap-drop=all \
-    koel
+    fphammerle/koel:3.7.2-amd64
 + php artisan koel:init
 + php artisan koel:init
 Attempting to install or upgrade Koel.
 Attempting to install or upgrade Koel.
 Remember, you can always install/upgrade manually following the guide here:
 Remember, you can always install/upgrade manually following the guide here: