Skip to content

Commit 7062c33

Browse files
authored
PMM-7 use image from ENV for standalone encrypted
1 parent 9896754 commit 7062c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ services:
209209

210210
standalone-encrypted:
211211
container_name: "standalone-encrypted"
212-
image: percona/percona-server-mongodb:5.0.13-11
212+
image: ${TEST_MONGODB_IMAGE:-mongo:4.2}
213213
ports:
214214
- "${TEST_MONGODB_STANDALONE_ENCRYPTED_PORT:-27027}:27017"
215215
volumes:

0 commit comments

Comments
 (0)