Skip to content

Commit

Permalink
Hardcode monerofund host in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Keeqler committed Jun 4, 2024
1 parent 6770c4c commit a8583e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
stdin_open: true
labels:
traefik.enable: true
traefik.http.routers.openpico.rule: Host(`${MONERO_HOST}`)
traefik.http.routers.openpico.rule: Host(`monerofund.org`)
traefik.port: 3000
ports:
- 3000:3000

0 comments on commit a8583e6

Please sign in to comment.