Skip to content

Commit

Permalink
Correct default port setting in docker compose template (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
sutr90 authored Jul 14, 2024
1 parent 3366bf1 commit df2f35e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ services:
RECIPYA_SERVER_PORT: 8078
RECIPYA_SERVER_URL: "http://0.0.0.0"
ports:
- "<host-port>:8125"
- "<host-port>:8078"
volumes:
- "recipya-data:/root/.config/Recipya"

volumes:
recipya-data:
recipya-data:

0 comments on commit df2f35e

Please sign in to comment.