Update docker-compose.production.yml
This commit is contained in:
parent
798fade1d1
commit
f82efad0e3
|
@ -1,8 +1,8 @@
|
||||||
version: '3.8'
|
version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
trivy:
|
headscale:
|
||||||
build:
|
build:
|
||||||
context: ./docker/trivy/
|
context: ./docker/headscale/
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: git.nixc.us/colin/trivy:production
|
image: git.nixc.us/colin/headscale:production
|
||||||
|
|
Loading…
Reference in New Issue