Skip to content

Commit

Permalink
Create docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Feb 9, 2024
1 parent 2c797fc commit 0c0c906
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: "3"
services:
samba:
image: dockurr/samba
container_name: samba
environment:
- "USER=samba"
- "PASS=secret"
ports:
- 445:445
volumes:
- /home/example:/storage
restart: on-failure

0 comments on commit 0c0c906

Please sign in to comment.