Skip to content

Commit 1746263

Browse files
committed
Updated branch reference for alarm server compose files
1 parent 48bde76 commit 1746263

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

services/alarm-server/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,3 @@ Docker compose files are provided for convenience to cover two use cases:
5959
purpose of importing a configuration. Environment variables must be se as in case 1.
6060
Additionally, the environment variable ```CONFIG_FILE``` must identify an alarm
6161
configuration file in the current user's home directory.
62-

services/alarm-server/docker-compose-alarm-server-only-import.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
alarmserver:
3-
image: ghcr.io/controlsystemstudio/phoebus/service-alarm-server:csstudio-2989
3+
image: ghcr.io/controlsystemstudio/phoebus/service-alarm-server:master
44
volumes:
55
- /home:/home
66
command: >

services/alarm-server/docker-compose-alarm-server-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
alarmserver:
3-
image: ghcr.io/controlsystemstudio/phoebus/service-alarm-server:csstudio-2989
3+
image: ghcr.io/controlsystemstudio/phoebus/service-alarm-server:master
44
volumes:
55
- /home:/home
66
command: >

0 commit comments

Comments
 (0)