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 Apr 4, 2024
1 parent 6bb20a6 commit af82cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ services:
environment:
USER: "samba"
PASS: "secret"
RW: true # Optional, default true
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 af82cf2

Please sign in to comment.