1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-08 23:07:32 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Laurent Cozic
d41212d340 Doc: Update sponsors 2025-09-22 22:28:59 +01:00
Laurent Cozic
bb1ec1cc24 bitnamilegacy 2025-09-18 09:03:08 +01:00
3 changed files with 3 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ version: '2'
services:
postgresql-master:
image: 'bitnami/postgresql:17.4.0'
image: 'bitnamilegacy/postgresql:17.4.0'
ports:
- '5432:5432'
environment:
@@ -38,7 +38,7 @@ services:
- POSTGRESQL_EXTRA_FLAGS=-c work_mem=100000 -c log_statement=all
postgresql-slave:
image: 'bitnami/postgresql:17.4.0'
image: 'bitnamilegacy/postgresql:17.4.0'
ports:
- '5433:5432'
depends_on:

View File

@@ -111,13 +111,6 @@
"imageName": "Freespinny.png",
"alt": "Freespinny.io Free Spins Bonus site"
},
{
"url": "https://damangameplay.in",
"title": "Daman Game",
"imageName": "DamanGame.png",
"alt": "Daman Game",
"githubUser": "vikasmanimc"
},
{
"url": "https://essayshark.com",
"title": "EssayShark - essay writers for hire",

View File

@@ -1,4 +1,4 @@
FROM bitnami/minideb:bookworm
FROM bitnamilegacy/minideb:bookworm
RUN apt-get update && apt-get install -y \
build-essential \