Fix: Missing port definitions when EXTRA_ACCOUNTS
is set
This commit is contained in:
parent
7b6870751c
commit
e5e9f108eb
@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file.
|
|||||||
|
|
||||||
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
|
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
|
||||||
|
|
||||||
|
## v1.8.3
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Missing port definitions when `EXTRA_ACCOUNTS` is set
|
||||||
|
|
||||||
## v1.8.2
|
## v1.8.2
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
@ -55,7 +55,7 @@ RUN set -x \
|
|||||||
COPY --from=builder /lib/*-linux-gnu/libdl.so.* ./lib/
|
COPY --from=builder /lib/*-linux-gnu/libdl.so.* ./lib/
|
||||||
COPY --from=builder /tmp/3proxy/bin/3proxy ./bin/3proxy
|
COPY --from=builder /tmp/3proxy/bin/3proxy ./bin/3proxy
|
||||||
COPY --from=builder /tmp/3proxy/bin/*.ld.so ./usr/local/3proxy/libexec/
|
COPY --from=builder /tmp/3proxy/bin/*.ld.so ./usr/local/3proxy/libexec/
|
||||||
COPY --from=ghcr.io/tarampampam/mustpl:0.1.0 /bin/mustpl ./bin/mustpl
|
COPY --from=ghcr.io/tarampampam/mustpl:0.1.1 /bin/mustpl ./bin/mustpl
|
||||||
COPY 3proxy.cfg.json ./etc/3proxy/3proxy.cfg.json
|
COPY 3proxy.cfg.json ./etc/3proxy/3proxy.cfg.json
|
||||||
COPY 3proxy.cfg.mustach ./etc/3proxy/3proxy.cfg.mustach
|
COPY 3proxy.cfg.mustach ./etc/3proxy/3proxy.cfg.mustach
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user