kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
d99ca032d0
commit
8d607c592d
|
@ -62,7 +62,7 @@ services:
|
||||||
- PMA_ARBITRARY=1 #optional
|
- PMA_ARBITRARY=1 #optional
|
||||||
- PMA_ABSOLUTE_URI=https://phpmyadmin.example.com #optional
|
- PMA_ABSOLUTE_URI=https://phpmyadmin.example.com #optional
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/appdata/config:/config
|
- /path/to/phpmyadmin/config:/config
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -79,7 +79,7 @@ docker run -d \
|
||||||
-e PMA_ARBITRARY=1 `#optional` \
|
-e PMA_ARBITRARY=1 `#optional` \
|
||||||
-e PMA_ABSOLUTE_URI=https://phpmyadmin.example.com `#optional` \
|
-e PMA_ABSOLUTE_URI=https://phpmyadmin.example.com `#optional` \
|
||||||
-p 80:80 \
|
-p 80:80 \
|
||||||
-v /path/to/appdata/config:/config \
|
-v /path/to/phpmyadmin/config:/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/phpmyadmin:latest
|
lscr.io/linuxserver/phpmyadmin:latest
|
||||||
```
|
```
|
||||||
|
@ -108,7 +108,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
||||||
|
|
||||||
| Volume | Function |
|
| Volume | Function |
|
||||||
| :----: | --- |
|
| :----: | --- |
|
||||||
| `/config` | Contains all relevant configuration files. |
|
| `/config` | Persistent config files |
|
||||||
|
|
||||||
#### Miscellaneous Options
|
#### Miscellaneous Options
|
||||||
|
|
||||||
|
@ -295,6 +295,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **28.12.23:** - Rebase to Alpine 3.19 with php 8.3.
|
||||||
* **25.12.23:** - Existing users should update: site-confs/default.conf - Cleanup default site conf.
|
* **25.12.23:** - Existing users should update: site-confs/default.conf - Cleanup default site conf.
|
||||||
* **06.09.23:** - Add support for custom themes.
|
* **06.09.23:** - Add support for custom themes.
|
||||||
* **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
|
* **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
|
||||||
|
|
Ładowanie…
Reference in New Issue