We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98db224 commit 41fa4c8Copy full SHA for 41fa4c8
1 file changed
docker-compose.yml
@@ -0,0 +1,14 @@
1
+version: '1.0'
2
+services:
3
+ dvb-i-reference-client:
4
+ # Comment build and uncomment image if you want to use prebuilt image rather than build from the source code
5
+ #build: .
6
+ image: ghcr.io/ccma-enginyeria/dvb-i-reference-client/dvb-i-reference-client:latest
7
+ # Comment volumes if you want to use your own code rather than use from docker image
8
+ volumes:
9
+ - ./:/var/www/html/
10
+ environment:
11
+ - no_proxy=localhost,127.0.0.1
12
+ - INSTALL_LOCATION=http://localhost:8888
13
+ ports:
14
+ - "8888:80"
0 commit comments