mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-30 15:31: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
|
image: answerdev/answer
|
||||||
ports:
|
ports:
|
||||||
- '9080:80'
|
- '9080:80'
|
||||||
|
expose:
|
||||||
|
- 80
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/answer/data:/data
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/answer/data:/data
|
||||||
|
|
Loading…
Reference in New Issue
Block a user