Skip to content

Commit

Permalink
🔧 chore: Update chocolate service image and port in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Impre-visible committed Nov 17, 2024
1 parent ffdb826 commit 3527c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: '3.9'
services:
chocolate:
container_name: chocolate
image: imprevisible/chocolate:latest
image: imprevisible/chocolate:dev
ports:
- 8500:8500
- 8888:8888
volumes:
- ./:/chocolate

0 comments on commit 3527c2d

Please sign in to comment.