Update docker-compose-redis.yml

This commit is contained in:
LRVT 2023-02-19 00:28:22 +01:00 committed by GitHub
parent fa2e3f181d
commit fc21926e21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,7 @@ services:
image: nextcloud image: nextcloud
container_name: nextcloud-app container_name: nextcloud-app
hostname: nextcloud-app hostname: nextcloud-app
user: 1000:1000
restart: unless-stopped restart: unless-stopped
ports: ports:
- 8080:80 - 8080:80