minor yml fix
Changed web service's property to 'build,' from 'image.'
This commit is contained in:
parent
2f569c7122
commit
cd41bbb741
|
@ -6,7 +6,7 @@ services:
|
||||||
command: ["./parse-xml.sh"] # Writes output to /data/clean_CANADA_USA.xml
|
command: ["./parse-xml.sh"] # Writes output to /data/clean_CANADA_USA.xml
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: ./targo_lighttpd
|
build: ./targo_lighttpd
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user