Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
add expose flag
  • Loading branch information
l4rm4nd authored Jun 5, 2024
1 parent 4c1e82e commit 10de1de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/answer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10de1de

Please sign in to comment.