Skip to content

Commit afe94da

Browse files
committed
fix docker image name in docker-compose.yml
1 parent 2f5fc27 commit afe94da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '2'
22
services:
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

0 commit comments

Comments
 (0)