Skip to content

Commit 34c1447

Browse files
authored
feat: Add restart policy
1 parent 013ae76 commit 34c1447

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
image: dockurr/samba
44
container_name: samba
55
environment:
6-
NAME: "Data"
6+
NAME: "Data"
77
USER: "samba"
88
PASS: "secret"
99
RW: true # Optional, default true
@@ -13,3 +13,4 @@ services:
1313
- 445:445
1414
volumes:
1515
- /home/example:/storage
16+
restart: always

0 commit comments

Comments
 (0)