Skip to content

Commit

Permalink
fakesmtp
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jul 18, 2024
1 parent 84b4a50 commit bd7240b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mrt-services/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ services:
tty: true
zoo:
container_name: zoo
image: zookeeper:3.8.4
image: public.ecr.aws/docker/library/zookeeper:3.8.4
networks:
merrittnet:
ports:
Expand Down Expand Up @@ -182,7 +182,7 @@ services:
tty: true
smtp:
container_name: smtp
image: ghusta/fakesmtp
image: ${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_REGION}.amazonaws.com/fakesmtp:dev
networks:
merrittnet:
restart: unless-stopped
Expand Down

0 comments on commit bd7240b

Please sign in to comment.