Skip to content

Commit

Permalink
feat: Add restart policy
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Feb 17, 2025
1 parent 013ae76 commit 34c1447
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
image: dockurr/samba
container_name: samba
environment:
NAME: "Data"
NAME: "Data"
USER: "samba"
PASS: "secret"
RW: true # Optional, default true
Expand All @@ -13,3 +13,4 @@ services:
- 445:445
volumes:
- /home/example:/storage
restart: always

0 comments on commit 34c1447

Please sign in to comment.