kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
8c60c4dca5
commit
0e21cf579b
|
@ -62,8 +62,8 @@ services:
|
|||
- TZ=Etc/UTC
|
||||
- MAX_UPLOAD=5000
|
||||
volumes:
|
||||
- <path to data>:/config
|
||||
- <path to data>:/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 <path to data>:/config \
|
||||
-v <path to data>:/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
|
||||
|
|
Ładowanie…
Reference in New Issue