mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-23 20:11:12 +00:00
Update docker-compose.yml
add expose flag
This commit is contained in:
parent
4c1e82ebdc
commit
10de1de4b6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user