Skip to content

Commit

Permalink
Merge pull request #1853 from umputun/paskal/docker-compose
Browse files Browse the repository at this point in the history
Update docker-compose.yml with example for local reverse proxy
  • Loading branch information
umputun authored Nov 20, 2024
2 parents 16ff269 + 995c496 commit afdac27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ services:
# - "80:8080"
# - "443:8443"

# uncomment to expose to reverse proxy running on the same host but not in docker
#ports:
# - "127.0.0.1:8080:8080"

environment:
- REMARK_URL
- SECRET
Expand Down

0 comments on commit afdac27

Please sign in to comment.