mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 17:04:27 +01:00
Update docker-compose.yml
add expose flag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user