mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-10 06:04:15 +00:00
Fixes #628
This commit is contained in:
parent
6211160575
commit
2ac93e4a2d
1 changed files with 2 additions and 1 deletions
|
@ -15,8 +15,9 @@
|
|||
pull: true
|
||||
ports:
|
||||
- "{{ syncthing_port }}:8384"
|
||||
- "22000:22000/tcp"
|
||||
- "21027:21027/udp"
|
||||
- "22000:22000/udp"
|
||||
- "22000:22000/tcp"
|
||||
env:
|
||||
PUID: "{{ syncthing_user_id }}"
|
||||
PGID: "{{ syncthing_group_id }}"
|
||||
|
|
Loading…
Reference in a new issue