Skip to content

Commit ff89362

Browse files
authored
Remove duplicate minio alias from docker-compose
minio${DOMAIN_SUFFIX} is listed twice in network default aliases which give error when running 'docker-compose up -d nextcloud'
1 parent a0c52e9 commit ff89362

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ services:
6262
- phpmyadmin${DOMAIN_SUFFIX}
6363
- talk-signaling${DOMAIN_SUFFIX}
6464
- talk-recording${DOMAIN_SUFFIX}
65-
- minio${DOMAIN_SUFFIX}
6665
extra_hosts:
6766
- host.docker.internal:host-gateway
6867

0 commit comments

Comments
 (0)