Skip to content

Commit

Permalink
Added Docker compose configuration for easier running on VPS
Browse files Browse the repository at this point in the history
  • Loading branch information
Petar-CV committed Nov 20, 2024
1 parent e0c6bcf commit d7953b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
services:
personal-blog:
build:
context: .
ports:
- '4321:8080'
container_name: personal-blog

0 comments on commit d7953b0

Please sign in to comment.