diff --git a/src/gitea/Containerfile b/src/gitea/Containerfile index f0f74f6..5521084 100644 --- a/src/gitea/Containerfile +++ b/src/gitea/Containerfile @@ -5,7 +5,7 @@ FROM localhost/debian:latest # deploy options # -p (port) and -v (volume) both go host:container -LABEL deployopts="\ +LABEL config_default="\ -p 9081:80 \ -p 9022:22 \ -v /srv/vol/gitea/git:/vol/git \ diff --git a/src/mailsrv/Containerfile b/src/mailsrv/Containerfile index b67966f..21ddac1 100644 --- a/src/mailsrv/Containerfile +++ b/src/mailsrv/Containerfile @@ -5,7 +5,7 @@ FROM localhost/debian # deploy options # -p (port) and -v (volume) both go host:container -LABEL deployopts="\ +LABEL config_default="\ -p 25:25 \ -p 587:587 \ -p 143:143 \ diff --git a/src/mcbe/Containerfile b/src/mcbe/Containerfile index dcc379e..698d46e 100644 --- a/src/mcbe/Containerfile +++ b/src/mcbe/Containerfile @@ -5,7 +5,7 @@ FROM localhost/debian:latest # deploy options # -p (port) and -v (volume) both go host:container -LABEL deployopts="\ +LABEL config_default="\ -p 19132:19132/udp \ -p 19133:19133/udp \ -v /srv/vol/mcbe/data:/vol/data" diff --git a/src/nextcloud/Containerfile b/src/nextcloud/Containerfile index a1073ce..b13a3b1 100644 --- a/src/nextcloud/Containerfile +++ b/src/nextcloud/Containerfile @@ -5,7 +5,7 @@ FROM localhost/debian # deploy options # -p (port) and -v (volume) both go host:container -LABEL deployopts="\ +LABEL config_default="\ --cap-add SYS_ADMIN \ -p 9080:80 \ -v /srv/vol/nextcloud/files:/vol/files \ diff --git a/src/samba/Containerfile b/src/samba/Containerfile index 3c48fa9..52033a7 100644 --- a/src/samba/Containerfile +++ b/src/samba/Containerfile @@ -5,7 +5,7 @@ FROM localhost/debian:latest # deploy options # -p (port) and -v (volume) both go host:container -LABEL deployopts="\ +LABEL config_default="\ -p 9045:445 \ -v /srv/vol/samba/data:/vol/data \ -v /srv/vol/samba/media:/vol/media \ diff --git a/src/startpage/Containerfile b/src/startpage/Containerfile index 03fa00a..31d2cd5 100644 --- a/src/startpage/Containerfile +++ b/src/startpage/Containerfile @@ -5,7 +5,7 @@ FROM localhost/debian # deploy options # -p (port) and -v (volume) both go host:container -LABEL deployopts="-p 9082:80" +LABEL config_default="-p 9082:80" # Build Variables # versions of php and postgres @@ -51,4 +51,4 @@ COPY --chown=www-data:www-data assets/data.json startpage/data/data.json # copy thumbnails COPY --chown=www-data:www-data assets/thumbnails/ startpage/assets/thumbnails/ # copy wallpaper -COPY --chown=www-data:www-data assets/wallpaper/ startpage/assets/wallpaper/ \ No newline at end of file +COPY --chown=www-data:www-data assets/wallpaper/ startpage/assets/wallpaper/