Moving to central bridge network; standarizing container names

This commit is contained in:
2021-05-21 22:06:54 +03:00
parent 7aae851838
commit a80e72672f

View File

@@ -2,6 +2,7 @@ version: '3.4'
services:
samba:
container_name: samba_server
image: elswork/samba
environment:
TZ: 'Asia/Jerusalem'
@@ -14,6 +15,7 @@ services:
- /Red-Vol:/Red-Vol
command: '-u "1001:1001:redvol:redvol:123456" -s "Tui64:/Red-Vol:rw:redvol"'
# command: '-u "uid:guid:username:groupname:put-any-password-here" -s "SmbShare:/share/folder:rw:username"'
# networks:
# default:
networks:
default:
external: true
name: gerbil_network