Skip to content

Commit

Permalink
fix docker-compose image name
Browse files Browse the repository at this point in the history
Signed-off-by: Cassandra Coyle <[email protected]>
  • Loading branch information
cicoyle committed Nov 20, 2024
1 parent eb5cab9 commit 1e5877a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ services:
dockerfile: Dockerfile

scheduler-actor-reminders-server:
image: player-actor-server
image: scheduler-actor-reminders-server
build:
context: ./scheduler-actor-reminders
dockerfile: Dockerfile-server

scheduler-actor-reminders-client:
image: player-actor-client
image: scheduler-actor-reminders-client
build:
context: ./scheduler-actor-reminders
dockerfile: Dockerfile-client
Expand Down

0 comments on commit 1e5877a

Please sign in to comment.