Skip to content

Commit 755b283

Browse files
committed
add new changes
1 parent 791bfc7 commit 755b283

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

Diff for: .dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.sqlite3*

Diff for: backups/db.sqlite3.09142021

12 KB
Binary file not shown.

Diff for: db.sqlite3.orig-schema

12 KB
Binary file not shown.

Diff for: docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
shorten:
3-
build: .
3+
image: epochml/link-shortener:latest
44
restart: on-failure
55
environment:
66
- DB_VENDOR=sqlite
@@ -12,4 +12,4 @@ services:
1212
- "9215:9215"
1313
volumes:
1414
- ${PWD}/db.sqlite3:/data/db.sqlite3
15-
- ${PWD}/sessions.sqlite3/:/data/sessions.sqlite3
15+
- ${PWD}/sessions.sqlite3:/data/sessions.sqlite3

0 commit comments

Comments
 (0)