mirror of
https://github.com/sudoxnym/exiles-ankerctl-hassio-addons.git
synced 2026-04-14 11:36:23 +00:00
Enabled persistence
This commit is contained in:
parent
f6e5075049
commit
c941e07e08
2 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
|||
FLASK_HOST=0.0.0.0 \
|
||||
FLASK_PORT=4470
|
||||
|
||||
RUN ln -s /root/.config /config
|
||||
|
||||
############
|
||||
# 5 Labels #
|
||||
############
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@ ingress_port: 4470
|
|||
ingress_stream: false
|
||||
init: false
|
||||
host_network: true
|
||||
map:
|
||||
- config:rw
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
|
|
|
|||
Loading…
Reference in a new issue