From a04ac4781275aadea5a95b5f269f3885b3f6b3ac Mon Sep 17 00:00:00 2001 From: Craig Date: Sat, 18 Apr 2020 20:56:26 +0000 Subject: [PATCH] examples update docs --- docs/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick-start.md b/docs/quick-start.md index 468b43d4..175c2105 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -25,7 +25,7 @@ ```shell sudo ufw allow 80/tcp # if you have ufw installed/enabled sudo ufw allow 59000:59100/udp - wget https://raw.githubusercontent.com/nurdism/neko/master/docker-compose.yaml + wget https://raw.githubusercontent.com/nurdism/neko/master/.examples/simple/docker-compose.yaml sudo docker-compose up -d ``` 5. Visit the IP address server in your browser and login, the default password is `neko`