1
0

linkace: update to 2.3.1

This commit is contained in:
2025-10-24 07:43:41 +02:00
parent 632278030d
commit d1e6693f21

View File

@ -527,7 +527,7 @@ services:
restart: unless-stopped restart: unless-stopped
linkace: linkace:
image: linkace/linkace:v1.15.4-simple image: linkace/linkace:v2.3.1
container_name: linkace container_name: linkace
networks: networks:
public: public:
@ -542,6 +542,7 @@ services:
# these env variables are instead of .env file # these env variables are instead of .env file
# see https://www.linkace.org/docs/v1/setup/setup-with-docker/advanced-configuration/#using-docker-environment-variables-instead-of-the-env-file # see https://www.linkace.org/docs/v1/setup/setup-with-docker/advanced-configuration/#using-docker-environment-variables-instead-of-the-env-file
- APP_KEY=base64:X6XDR+dfqn5PM9QdmmxJoOECSsldWhkfnyi6yvohgNM= - APP_KEY=base64:X6XDR+dfqn5PM9QdmmxJoOECSsldWhkfnyi6yvohgNM=
- DB_CONNECTION=mysql
- DB_HOST=${MYSQL_HOST} - DB_HOST=${MYSQL_HOST}
- DB_DATABASE=${LINKACE_DB} - DB_DATABASE=${LINKACE_DB}
- DB_USERNAME=${LINKACE_DB_USERNAME} - DB_USERNAME=${LINKACE_DB_USERNAME}