This commit is contained in:
parent
eb1212bbee
commit
a7125fcbc8
@ -12,7 +12,7 @@ services:
|
|||||||
- PGID=${PGID-1000}
|
- PGID=${PGID-1000}
|
||||||
- TZ=${TZ-Europe/Amsterdam}
|
- TZ=${TZ-Europe/Amsterdam}
|
||||||
volumes:
|
volumes:
|
||||||
- /heimdall:/config
|
- ${Dir_Heimdall}:/config
|
||||||
ports:
|
ports:
|
||||||
- 33443:443
|
- 33443:443
|
||||||
restart: ${RST-unless-stopped}
|
restart: ${RST-unless-stopped}
|
||||||
@ -29,4 +29,8 @@ PUID=1000
|
|||||||
PGID=1000
|
PGID=1000
|
||||||
TZ=Europe/Lisbon
|
TZ=Europe/Lisbon
|
||||||
AutoUpdate=true
|
AutoUpdate=true
|
||||||
|
|
||||||
|
HOME_FOLDER=/home/username/
|
||||||
|
CONTAINER_NAME=Heimdall
|
||||||
|
Dir_Heimdall=${HOME_FOLDER}${CONTAINER_NAME}
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user