Update docker-compose.yml

add expose flag
This commit is contained in:
LRVT 2024-06-05 10:36:51 +02:00 committed by GitHub
parent 4c1e82ebdc
commit 10de1de4b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,8 @@ services:
image: answerdev/answer
ports:
- '9080:80'
expose:
- 80
restart: unless-stopped
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/answer/data:/data