Docker compose fixes
This commit is contained in:
+2
-3
@@ -3,10 +3,9 @@ services:
|
||||
build: .
|
||||
container_name: typstdrive
|
||||
ports:
|
||||
- "3285:3000"
|
||||
- "3000:3000"
|
||||
environment:
|
||||
# This ensures the database is saved to your mounted volume
|
||||
- DATABASE_URL=sqlite:/app/data/typstdrive.db?mode=rwc
|
||||
volumes:
|
||||
- /media/blob/TeaNet/TypstDrive:/app/data
|
||||
- ./data:/app/data
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user