Update to FileBin 4.0.0
This commit is contained in:
parent
6d1bdc2162
commit
af73c4ed75
3 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 2022-06-01
|
||||||
|
|
||||||
|
* Provide a filebin `4.0.0` version utilizing PHP8
|
||||||
|
|
||||||
## 2022-01-19
|
## 2022-01-19
|
||||||
|
|
||||||
* Provide a filebin `3.6.2` version utilizing PHP8
|
* Provide a filebin `3.6.2` version utilizing PHP8
|
||||||
|
|
|
@ -109,6 +109,7 @@ RUN chmod -x /wait-for.sh && \
|
||||||
rm -rf /var/cache/apk/* && \
|
rm -rf /var/cache/apk/* && \
|
||||||
ln -s /usr/bin/python3 /usr/bin/python && \
|
ln -s /usr/bin/python3 /usr/bin/python && \
|
||||||
chown nobody:nginx -R /var/www && \
|
chown nobody:nginx -R /var/www && \
|
||||||
|
rm /usr/bin/php && \
|
||||||
ln -s /usr/bin/php8 /usr/bin/php
|
ln -s /usr/bin/php8 /usr/bin/php
|
||||||
|
|
||||||
# Add nginx config
|
# Add nginx config
|
||||||
|
|
|
@ -24,7 +24,7 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:8080:80 # exposed port :80 mapped to :8080 on only this host. 8080 should then be used in proxy
|
- "127.0.0.1:8080:80" # exposed port :80 mapped to :8080 on only this host. 8080 should then be used in proxy
|
||||||
environment:
|
environment:
|
||||||
- BASE_URL=https://fb.domain.tld/ # with trailing slash
|
- BASE_URL=https://fb.domain.tld/ # with trailing slash
|
||||||
- DB_HOST=db
|
- DB_HOST=db
|
||||||
|
|
Loading…
Reference in a new issue