diff --git a/docs/images/docker-projectsend.md b/docs/images/docker-projectsend.md index a9cde2daf..d7388f3cb 100644 --- a/docs/images/docker-projectsend.md +++ b/docs/images/docker-projectsend.md @@ -62,8 +62,8 @@ services: - TZ=Etc/UTC - MAX_UPLOAD=5000 volumes: - - :/config - - :/data + - /path/to/projectsend/config:/config + - /path/to/data:/data ports: - 80:80 restart: unless-stopped @@ -79,8 +79,8 @@ docker run -d \ -e TZ=Etc/UTC \ -e MAX_UPLOAD=5000 \ -p 80:80 \ - -v :/config \ - -v :/data \ + -v /path/to/projectsend/config:/config \ + -v /path/to/data:/data \ --restart unless-stopped \ lscr.io/linuxserver/projectsend:latest ``` @@ -108,7 +108,7 @@ Containers are configured using parameters passed at runtime (such as those abov | Volume | Function | | :----: | --- | -| `/config` | Where to store projectsend config files. | +| `/config` | Persistent config files | | `/data` | Where to store files to share. | #### Miscellaneous Options @@ -279,6 +279,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **23.12.23:** - Rebase to Alpine 3.19 with php 8.3. * **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf. * **08.03.23:** - Rebasing to alpine 3.17 and upgrading to s6v3. * **23.08.22:** - Add translation support