Update docker-compose.yml

fix false port definition
This commit is contained in:
LRVT 2023-09-25 13:36:05 +02:00 committed by GitHub
parent dc7effba83
commit 7bd58df710
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ services:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/owncloud-ocis/config:/etc/ocis
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/owncloud-ocis/data:/var/lib/ocis
ports:
- 9200
- 9200:9200
expose:
- 9200
#labels: