From 31b163bda15c0eab585eadeb2284ed726d339ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Sat, 18 Oct 2025 23:12:29 +0200 Subject: [PATCH] Fix isos uid for newer releases --- build/Dockerfile | 2 +- docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 7c03693..9ca6c68 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -3,6 +3,6 @@ FROM ghcr.io/netbootxyz/netbootxyz COPY smb.conf /etc/samba/smb.conf COPY samba.ini /etc/supervisor.d/samba.ini RUN apk add samba \ - && adduser isos --disabled-password \ + && adduser -u 1010 -g 1010 isos --disabled-password \ && echo -e "isos\nisos" | smbpasswd -a -s -c /etc/samba/smb.conf isos RUN cat /etc/supervisor.d/samba.ini >> /etc/supervisor.conf diff --git a/docker-compose.yaml b/docker-compose.yaml index f594e4a..66c06f4 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -7,7 +7,7 @@ networks: services: netboot: build: - context: ./build-netbootxyz + context: ./build # image: ghcr.io/netbootxyz/netbootxyz restart: unless-stopped volumes: