in docs, build by default
This commit is contained in:
parent
b889ce6f77
commit
c63950b200
12
README.md
12
README.md
|
@ -45,12 +45,12 @@ version: '2'
|
||||||
services:
|
services:
|
||||||
sogo:
|
sogo:
|
||||||
# if you prefer building by yourself
|
# if you prefer building by yourself
|
||||||
# build:
|
build:
|
||||||
# context: .
|
context: .
|
||||||
# args:
|
args:
|
||||||
# version: 2.2.13
|
version: 2.2.13
|
||||||
# if you prefer using an image
|
# if you prefer using an image (not created yet)
|
||||||
image: julienfastre/sogo:3.1.4
|
# image: julienfastre/sogo:3.1
|
||||||
links:
|
links:
|
||||||
- db
|
- db
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue