openhab: config perms shared between docker / host
This commit is contained in:
parent
a24a3e1694
commit
e880a09ba8
24 changed files with 283 additions and 469 deletions
11
Makefile
11
Makefile
|
@ -1,7 +1,12 @@
|
|||
.PHONY: all test clean build
|
||||
|
||||
ID := $(shell id -u)
|
||||
GID := $(shell id -g)
|
||||
ID := $(shell id -u)
|
||||
|
||||
all:
|
||||
ID=$(ID) GID=$(GID) docker compose up -d
|
||||
up:
|
||||
ID=$(ID) GID=$(GID) docker compose up -d --build
|
||||
down:
|
||||
docker compose down
|
||||
|
||||
init:
|
||||
docker network create ift713 --subnet "172.69.0.0/16" --gateway="172.69.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue