1
0

Dockerfile.armhf update / Dockerfile.aarch64 initial add

This commit is contained in:
David Personette
2018-02-25 09:53:39 -05:00
parent b2901a382d
commit ddbb58e391
3 changed files with 74 additions and 1 deletions

21
docker-compose.yml Normal file
View File

@@ -0,0 +1,21 @@
version: '3.4'
services:
samba:
image: dperson/samba
environment:
TZ: 'EST5EDT'
networks:
- default
read_only: true
tmpfs:
- /tmp
restart: unless-stopped
stdin_open: true
tty: true
volumes:
- /mnt:/mnt:z
command: '-s "Mount;/mnt"'
networks:
default: