diff --git a/README.md b/README.md index d11b8f4..7923cde 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ docker compose up - [Paperless NGX](examples/paperless-ngx) - A community-supported supercharged version of paperless: scan, index and archive all your physical documents. - [Stash](examples/stash) - Stash is a self-hosted webapp written in Go which organizes and serves your porn. - [Raveberry](examples/raveberry) - A multi-user music server with a focus on participation. -- [Synchting](examples/synchting) - Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers. +- [Syncthing](examples/syncthing) - Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers. ### Pastebins - [PrivateBin](examples/privatebin) - PrivateBin is a minimalist, opensource online pastebin/discussion board where the server has zero knowledge of hosted data. diff --git a/examples/synchting/README.md b/examples/syncthing/README.md similarity index 100% rename from examples/synchting/README.md rename to examples/syncthing/README.md diff --git a/examples/synchting/docker-compose.yml b/examples/syncthing/docker-compose.yml similarity index 91% rename from examples/synchting/docker-compose.yml rename to examples/syncthing/docker-compose.yml index b0dd85f..9894cfe 100644 --- a/examples/synchting/docker-compose.yml +++ b/examples/syncthing/docker-compose.yml @@ -9,7 +9,7 @@ services: - PUID=1000 - PGID=1000 volumes: - - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/synchting:/var/syncthing # your path on where to store synched files + - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/syncthing:/var/syncthing # your path on where to store synched files ports: - 8384:8384 # Web UI #- 22000:22000/tcp # TCP file transfers @@ -28,4 +28,4 @@ services: #networks: # proxy: -# external: true \ No newline at end of file +# external: true