File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '2'
22services :
33 ureadability :
44 build : .
5- image : umputun/ureadability :latest
5+ image : umputun/ukeeper-readability :latest
66 logging :
77 driver : json-file
88 options :
@@ -35,14 +35,14 @@ services:
3535 container_name : ureadability-mongo
3636
3737 # uncomment to make mongo available for tests
38- # ports:
39- # - "27017:27017"
38+ ports :
39+ - " 27017:27017"
4040
4141 environment :
4242 - MONGO_INITDB_DATABASE=admin
4343 # uncomment port and comment the next two lines to have mongodb ready for tests,
4444 # by running `ENABLE_MONGO_TESTS=true go test ./...`
45- - MONGO_INITDB_ROOT_USERNAME=root
46- - MONGO_INITDB_ROOT_PASSWORD=Squid3kIc6Dew4ad8Ci5
45+ # - MONGO_INITDB_ROOT_USERNAME=root
46+ # - MONGO_INITDB_ROOT_PASSWORD=Squid3kIc6Dew4ad8Ci5
4747 volumes :
4848 - /tmp/mongodb:/data/db
You can’t perform that action at this time.
0 commit comments