mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-31 05:33:46 +00:00
Update docker-compose-redis.yml
remove network definitions
This commit is contained in:
parent
18c5708a54
commit
4e9a51c207
|
@ -17,15 +17,11 @@ services:
|
||||||
- MYSQL_USER=nextcloud #SQL Nutzername
|
- MYSQL_USER=nextcloud #SQL Nutzername
|
||||||
- MYSQL_INITDB_SKIP_TZINFO=1
|
- MYSQL_INITDB_SKIP_TZINFO=1
|
||||||
- MARIADB_AUTO_UPGRADE=1
|
- MARIADB_AUTO_UPGRADE=1
|
||||||
networks:
|
|
||||||
- proxy
|
|
||||||
|
|
||||||
nextcloud-redis:
|
nextcloud-redis:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
container_name: nextcloud-redis
|
container_name: nextcloud-redis
|
||||||
hostname: nextcloud-redis
|
hostname: nextcloud-redis
|
||||||
networks:
|
|
||||||
- proxy
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: redis-server --requirepass nextcloud # Redis Passwort eingeben
|
command: redis-server --requirepass nextcloud # Redis Passwort eingeben
|
||||||
|
|
||||||
|
@ -37,8 +33,6 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
networks:
|
|
||||||
- proxy
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- nextcloud-db
|
- nextcloud-db
|
||||||
- nextcloud-redis
|
- nextcloud-redis
|
||||||
|
|
Loading…
Reference in New Issue
Block a user