Skip to content

Commit 1b43454

Browse files
authored
Merge pull request #1 from devnoname120/patch-1
2 parents 0b8c076 + 43444b2 commit 1b43454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
find-my-timeline:
33
build: .
44
ports:
5-
- "5000:5000"
5+
- "127.0.0.1:5000:5000"
66
volumes:
77
- ./data:/app/data
88
- ./session:/root/.find-my-timeline

0 commit comments

Comments
 (0)