Compare commits
5 Commits
e89b0bbc3e
...
7551b88980
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7551b88980 | ||
| e26b5a01ed | |||
| 81f4e3fc03 | |||
|
|
83b88eac74 | ||
|
|
95e62863d1 |
@@ -16,7 +16,7 @@ services:
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
|
||||
paperless:
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.15.0
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.15.1
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
pingvin:
|
||||
image: stonith404/pingvin-share:v1.11.0
|
||||
image: stonith404/pingvin-share:v1.11.1
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 3042:3000
|
||||
|
||||
@@ -64,7 +64,7 @@ services:
|
||||
POSTGRES_INITDB_ARGS: '--encoding=UTF-8 --locale=C'
|
||||
synapse:
|
||||
container_name: synapse
|
||||
image: matrixdotorg/synapse:v1.127.1
|
||||
image: matrixdotorg/synapse:v1.128.0
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${SYNAPSE_CONFIG_DIR}:/data
|
||||
|
||||
Reference in New Issue
Block a user