Browse Source

Update README to point at 0.4

0.4
Chris Smith 8 years ago
parent
commit
fcd011e3b2
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

@@ -13,7 +13,7 @@ docker volume create --name dfbnc-data
13 13
 Pull the image for the desired version of DFBnc:
14 14
 
15 15
 ```bash
16
-docker pull csmith/dfbnc:0.3
16
+docker pull csmith/dfbnc:0.4
17 17
 ```
18 18
 
19 19
 Start a container, exposing ports as needed:
@@ -23,7 +23,7 @@ docker run -d --name dfbnc \
23 23
               --restart always \
24 24
               -p 33263 \
25 25
               -v dfbnc-data:/var/lib/dfbnc \
26
-              csmith/dfbnc:0.3
26
+              csmith/dfbnc:0.4
27 27
 ```
28 28
 
29 29
 The container exposes these ports:

Loading…
Cancel
Save