We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0839e commit c413bd1Copy full SHA for c413bd1
docker-compose.yml
@@ -0,0 +1,11 @@
1
+
2
+services:
3
+ pvws:
4
+ build:
5
+ context: .
6
+ dockerfile: Dockerfile
7
+ image: pvws-springboot:latest
8
+ network_mode: "host"
9
+ environment:
10
+ - EPICS_CA_AUTO_ADDR_LIST=YES
11
+ - EPICS_PVA_AUTO_ADDR_LIST=YES
0 commit comments