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 Feb 10, 2024
1 parent 93520e0 commit 0c214d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ services:
image: dockurr/samba
container_name: samba
environment:
- "USER=samba"
- "PASS=secret"
- USER: "samba"
- PASS: "secret"
ports:
- 445:445
volumes:
Expand Down

0 comments on commit 0c214d3

Please sign in to comment.