feat: Default to alpine (#233)
This commit is contained in:
parent
846c232bd0
commit
105db123af
1 changed files with 1 additions and 1 deletions
|
@ -59,9 +59,9 @@ COPY --chmod=755 ./src /run/
|
|||
VOLUME /storage
|
||||
EXPOSE 22 5900 8006
|
||||
|
||||
ENV BOOT="alpine"
|
||||
ENV CPU_CORES="2"
|
||||
ENV RAM_SIZE="2G"
|
||||
ENV DISK_SIZE="16G"
|
||||
ENV BOOT="http://example.com/image.iso"
|
||||
|
||||
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]
|
||||
|
|
Loading…
Reference in a new issue