File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
88LABEL maintainer="thelamer"
99
1010# title
11- ENV TITLE=Modrinth
11+ ENV TITLE=Modrinth \
12+ PIXELFLUX_WAYLAND=true
1213
1314RUN \
1415 echo "**** add icon ****" && \
Original file line number Diff line number Diff line change @@ -614,5 +614,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
614614
615615# # Versions
616616
617+ * **05.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
617618* **28.12.25:** - Add Wayland init logic.
618619* **01.12.25:** - Initial release.
Original file line number Diff line number Diff line change @@ -108,5 +108,6 @@ init_diagram: |
108108 "modrinth:latest" <- Base Images
109109# changelog
110110changelogs :
111+ - {date: "05.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
111112 - {date: "28.12.25:", desc: "Add Wayland init logic."}
112113 - {date: "01.12.25:", desc: "Initial release."}
You can’t perform that action at this time.
0 commit comments