Skip to content

Commit

Permalink
[ANCHOR-743] Fixed the incorrect server label in docker_compose.yaml …
Browse files Browse the repository at this point in the history
…file (#1591)

### Description
-  Fixed the incorrect server label of the docker compose file
  • Loading branch information
lijamie98 authored Dec 18, 2024
1 parent d22d4ad commit d3689d6
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 @@ -12,7 +12,7 @@ services:
To start the services: `docker-compose --profile v2-stable up`
maintainer: "[email protected]"

stable-servers:
latest-servers:
extends:
file: service-runner/src/main/resources/common/docker-compose.yaml
service: dev-servers
Expand Down

0 comments on commit d3689d6

Please sign in to comment.