mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-09 21:27:45 +02:00
fix:#52 changed docker volume mount
This commit is contained in:
@@ -9,8 +9,8 @@ services:
|
||||
ports:
|
||||
- "8090:8090"
|
||||
command: "/htwkalender serve --http=0.0.0.0:8090 --dir=/pb_data"
|
||||
# volumes:
|
||||
# - ./backend/pb_data:/pb_data
|
||||
volumes:
|
||||
- ./backend/pb_data:/pb_data
|
||||
htwkalender-frontend:
|
||||
volumes:
|
||||
- ./frontend/src:/app/src
|
||||
|
Reference in New Issue
Block a user