diff --git a/README.md b/README.md index e16bc64..93f5a5c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Lista
Clicca per visualizzare -* [archive warrior](archivewarrior) - un nodo per aiutare archive.org +* [archive warrior](archivewarrior) - un nodo per aiutare l'[archive team](https://archive.org/) * [borg](borg_backup) - semplice programma per i backup * [folding@home](folding@home/) - calcolo distrubuito per la ricerca medica * [dozzle](dozzle/) - interfaccia web per controllare i log dei container diff --git a/syncthing/README.md b/syncthing/README.md index 5e63d39..88aaf34 100644 --- a/syncthing/README.md +++ b/syncthing/README.md @@ -45,7 +45,7 @@ services: restart: unless-stopped ports: - ${SYNCTHING_WEBUI_PORT:-8384}:8384 - - ${SYNCTHING_LST_TCP:-22000}/tcp:22000/tcp + - ${SYNCTHING_LST_TCP:-22000}:22000 - ${SYNCTHING_LST_UDP:-22000}/udp:22000/udp - ${SYNCTHING_PORT_DSC:-21027}/udp:21027/udp env_file: .env diff --git a/syncthing/docker-compose.yml b/syncthing/docker-compose.yml index 0e48ed8..e76bc99 100644 --- a/syncthing/docker-compose.yml +++ b/syncthing/docker-compose.yml @@ -8,7 +8,7 @@ services: restart: unless-stopped ports: - ${SYNCTHING_WEBUI_PORT:-8384}:8384 - - ${SYNCTHING_LST_TCP:-22000}/tcp:22000/tcp + - ${SYNCTHING_LST_TCP:-22000}:22000 - ${SYNCTHING_LST_UDP:-22000}/udp:22000/udp - ${SYNCTHING_PORT_DSC:-21027}/udp:21027/udp env_file: .env