diff --git a/docker/README.md b/docker/README.md index 23591b5450..3fa9c0a2b3 100644 --- a/docker/README.md +++ b/docker/README.md @@ -46,15 +46,15 @@ docker exec -i -t snipeit php artisan key:generate --env=production to get the production application key set correctly; I'm not yet sure why this is (I think it's a bug?) -~~# If you want to seed # +# ~~If you want to seed~~ -You can load out some initial data into the DB if you like by doing this: +~~You can load out some initial data into the DB if you like by doing this:~~ ```sh -docker -p $(boot2docker ip):8000:80 --link mysql:mysql php artisan db:seed +~~docker -p $(boot2docker ip):8000:80 --link mysql:mysql php artisan db:seed~~ ``` -This already happens~~ +~~This already happens~~ ### For Development ###