- Update myip to 1.0.1.
This commit is contained in:
parent
3ec4170d67
commit
80bdaf2091
@ -10,6 +10,7 @@ Features:
|
|||||||
- supervisord managing services,
|
- supervisord managing services,
|
||||||
- crond & logrotate configured & crond disabled by default,
|
- crond & logrotate configured & crond disabled by default,
|
||||||
- DNS forwarding support with dnsmasq, disabled by default,
|
- DNS forwarding support with dnsmasq, disabled by default,
|
||||||
|
- myip tool,
|
||||||
- Export init & supivisor log directories as volume.
|
- Export init & supivisor log directories as volume.
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
Rx3-Docker/Server V 1.2.5 - A. GIBERT - 2025/07/26
|
||||||
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
- Update myip to 1.0.1.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
Rx3-Docker/Server V 1.2.4 - A. GIBERT - 2025/06/26
|
Rx3-Docker/Server V 1.2.4 - A. GIBERT - 2025/06/26
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
@ -13,6 +21,7 @@ Rx3-Docker/Server V 1.2.3 - A. GIBERT - 2025/05/28
|
|||||||
|
|
||||||
- Use now rx3-docker/base:1.3.3-mga9 image,
|
- Use now rx3-docker/base:1.3.3-mga9 image,
|
||||||
- Add dnsmasq to perform optional DNS forwarding,
|
- Add dnsmasq to perform optional DNS forwarding,
|
||||||
|
- Add myip tool,
|
||||||
- Add "urpmi.update -a" to force mirror sync.
|
- Add "urpmi.update -a" to force mirror sync.
|
||||||
|
|
||||||
|
|
||||||
|
2
env.dist
2
env.dist
@ -18,7 +18,7 @@ ORG_URL_PREFIX="${ORG_REGISTRY}/${ORG_NAME}"
|
|||||||
|
|
||||||
IMG_NAME="server"
|
IMG_NAME="server"
|
||||||
IMG_NAME_FULL="Rx3-Docker/Server Docker Image"
|
IMG_NAME_FULL="Rx3-Docker/Server Docker Image"
|
||||||
IMG_VERSION="1.2.4-mga9"
|
IMG_VERSION="1.2.5-mga9"
|
||||||
IMG_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
|
IMG_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
|
||||||
|
|
||||||
IMG_URL_PREFIX="${ORG_URL_PREFIX}"
|
IMG_URL_PREFIX="${ORG_URL_PREFIX}"
|
||||||
|
Loading…
Reference in New Issue
Block a user