Skip to content

Commit

Permalink
Add missing env for server
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Apr 27, 2024
1 parent bcb5e36 commit 7c693f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ services:
restart: unless-stopped
ports:
- "8080:8080"
# environment:
# DRPLOTTER_CLIENT_TOKEN: your_unique_48_character_token_here
solver:
image: ghcr.io/foxypool/drplotter:latest-solver
restart: unless-stopped
Expand Down

0 comments on commit 7c693f3

Please sign in to comment.