chore: update example docker-compose
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lucien Cartier-Tilet 2023-03-26 16:55:45 +02:00
parent a5026a5494
commit dc395d2264
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -1,7 +1,7 @@
services:
pleroma:
image: jordemort/pleroma
image: phundrak/pleroma
build: ../
restart: unless-stopped
networks:
@ -20,7 +20,7 @@ services:
POSTGRES_PASSWORD: hunter2
postgres:
image: jordemort/postgres-rum
image: postgres:15
restart: unless-stopped
networks:
pleromanet: