Skip to content

Commit

Permalink
fix: mongo-express image rollback
Browse files Browse the repository at this point in the history
The new mongo-express image (e8f1096fc88d) is broken, not possible
delete objects of a collection and also import data.
mongo-express/mongo-express-docker#103
  • Loading branch information
raphaelsander authored Nov 6, 2023
1 parent b69705d commit ff7002b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
- mongodb:/data/db

mongo-express:
image: mongo-express
image: mongo-express:1.0.0-alpha.4
restart: always
ports:
- 8081:8081
Expand Down

0 comments on commit ff7002b

Please sign in to comment.