We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c5708 commit 4e9a51cCopy full SHA for 4e9a51c
nextcloud/docker-compose-redis.yml
@@ -17,15 +17,11 @@ services:
17
- MYSQL_USER=nextcloud #SQL Nutzername
18
- MYSQL_INITDB_SKIP_TZINFO=1
19
- MARIADB_AUTO_UPGRADE=1
20
- networks:
21
- - proxy
22
23
nextcloud-redis:
24
image: redis:alpine
25
container_name: nextcloud-redis
26
hostname: nextcloud-redis
27
28
29
restart: unless-stopped
30
command: redis-server --requirepass nextcloud # Redis Passwort eingeben
31
@@ -37,8 +33,6 @@ services:
37
33
38
34
ports:
39
35
- 8080:80
40
41
42
36
depends_on:
43
- nextcloud-db
44
- nextcloud-redis
0 commit comments