Dockerfile.armhf update / Dockerfile.aarch64 initial add
This commit is contained in:
21
docker-compose.yml
Normal file
21
docker-compose.yml
Normal 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:
|
||||
Reference in New Issue
Block a user