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