mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 11:38:47 +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
|
pull: true
|
||||||
ports:
|
ports:
|
||||||
- "{{ syncthing_port }}:8384"
|
- "{{ syncthing_port }}:8384"
|
||||||
- "22000:22000/tcp"
|
- "21027:21027/udp"
|
||||||
- "22000:22000/udp"
|
- "22000:22000/udp"
|
||||||
|
- "22000:22000/tcp"
|
||||||
env:
|
env:
|
||||||
PUID: "{{ syncthing_user_id }}"
|
PUID: "{{ syncthing_user_id }}"
|
||||||
PGID: "{{ syncthing_group_id }}"
|
PGID: "{{ syncthing_group_id }}"
|
||||||
|
|
Loading…
Reference in a new issue