Skip to content

Commit

Permalink
fix: remove unused profiling directory from docker-compose.yml (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka authored Mar 24, 2024
1 parent 0d3c8d4 commit 1e70985
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ services:
- "25565:25565"
environment:
- RUST_LOG=${RUST_LOG:-info}
volumes:
- type: bind
source: ./profiling
target: /app/profiling
# volumes:
# - type: bind
# source: ./profiling
# target: /app/profiling
debug:
build:
context: .
Expand All @@ -22,8 +22,8 @@ services:
- "25565:25565"
environment:
- RUST_LOG=${RUST_LOG:-info}
volumes:
- type: bind
source: ./profiling
target: /app/profiling
# volumes:
# - type: bind
# source: ./profiling
# target: /app/profiling

0 comments on commit 1e70985

Please sign in to comment.