Updating containers to GHCR or add full path V3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
nextcloud_app:
|
||||
image: nextcloud:31.0.6
|
||||
image: docker.io/library/nextcloud:31.0.6
|
||||
container_name: nextcloud_app
|
||||
depends_on:
|
||||
- nextcloud_db
|
||||
@@ -23,7 +23,7 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
nextcloud_db:
|
||||
image: mariadb:11.4.7
|
||||
image: docker.io/library/mariadb:11.4.7
|
||||
container_name: nextcloud_db
|
||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW --innodb-file-per-table=1 --skip-innodb-read-only-compressed
|
||||
environment:
|
||||
@@ -38,7 +38,7 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
nextcloud_valkey:
|
||||
image: valkey/valkey:8.1.2
|
||||
image: docker.io/valkey/valkey:8.1.2
|
||||
container_name: nextcloud_valkey
|
||||
command: valkey-server --requirepass ${VALKEY_PASSWORD}
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user