Skip to content

Commit

Permalink
docker-compose: change ports
Browse files Browse the repository at this point in the history
  • Loading branch information
tbmc committed May 28, 2024
1 parent 019b3d1 commit 321c298
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@ services:
context: .
dockerfile: Dockerfile
container_name: brain_fuck_interpreter
volumes:
- ./exec_all:/app/exec_all
ports:
- "3000:3000"
- "3001:3001"
- "3000:3001"

0 comments on commit 321c298

Please sign in to comment.