Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Mar 30, 2024
1 parent 17e3f47 commit b5b2143
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ services:
environment:
USER: "samba"
PASS: "secret"
UID: 1000
GID: 1000
UID: 1000 # Optional, default 1000
GID: 1000 # Optional, default 1000
RW: true # Optional, default true
ports:
- 445:445
volumes:
Expand Down

0 comments on commit b5b2143

Please sign in to comment.