Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Sep 30, 2024
1 parent 10f7cb8 commit b1c290b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ COPY --chmod=664 smb.conf /etc/samba/smb.default
VOLUME /storage
EXPOSE 139 445

ENV USER "samba"
ENV PASS "secret"
ENV USER="samba"
ENV PASS="secret"

ENV UID 1000
ENV GID 1000
ENV RW true
ENV UID=1000
ENV GID=1000
ENV RW=true

HEALTHCHECK --interval=60s --timeout=15s CMD smbclient -L \\localhost -U % -m SMB3

Expand Down

0 comments on commit b1c290b

Please sign in to comment.