Skip to content

Commit

Permalink
fix(): have volumes not inside container
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuxas committed Aug 19, 2024
1 parent a84d275 commit ea6a7b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ services:
build: .
ports:
- "58080:8080"
volumes:
- ./files:/app/files
restart: unless-stopped

0 comments on commit ea6a7b2

Please sign in to comment.