- The version can be changed (after ``funkwhale/all-in-one:``), `select the version <https://hub.docker.com/r/funkwhale/all-in-one/tags>`_ you want to deploy.
- ``PUID`` and ``PGID`` are optional but useful to prevent permission issues with docker volumes
- ``/path/to/your/music/dir`` should point to a path on your host where music you would like to import is located. You can safely remove the volume if you don't want to import music that way.
...
...
@@ -129,12 +130,6 @@ Useful commands:
Now, you just need to configure your :ref:`reverse-proxy <reverse-proxy-setup>`. Don't worry, it's quite easy.
.. note::
To upgrade your service, change the version number in ``docker-compose.yml`` and re-run ``docker-compose up -d``.
Don't forget you might have manual changes to do when upgrading to a newer version.