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