Skip to content

Commit

Permalink
change gateway image to runtime version
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Aug 2, 2024
1 parent 15dd69d commit 2d2d80e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions services/gateway/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ services:

# ca-gateway for development #################################################

ca-gateway-develop: &ca-gateway
ca-gateway: &ca-gateway

image: ghcr.io/epics-containers/docker-ca-gateway-debug:2.1.3ec1
image: ghcr.io/epics-containers/docker-ca-gateway:2.1.3ec1

expose:
- 5064-5065/udp
Expand Down
2 changes: 1 addition & 1 deletion services/pvagw/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

# local pvagw for development ################################################

pvagw-develop: &pvagw
pvagw: &pvagw

image: ghcr.io/epics-containers/ec-p4p:4.1.12ec1

Expand Down

0 comments on commit 2d2d80e

Please sign in to comment.