Skip to content

Commit

Permalink
Added port mapping to make the splat viewable
Browse files Browse the repository at this point in the history
  • Loading branch information
FabiKogWi committed Jun 27, 2024
1 parent 11d2722 commit 35aaede
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
version: '3'
services:
app:
hisv:
image: fabiuni/teamprojekt
ports:
- "3000:3000"
volumes:
- ./public:home/hisv/public
- ./public:/home/hisv/public

0 comments on commit 35aaede

Please sign in to comment.