We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b8c076 + 43444b2 commit 1b43454Copy full SHA for 1b43454
docker-compose.yml
@@ -2,7 +2,7 @@ services:
2
find-my-timeline:
3
build: .
4
ports:
5
- - "5000:5000"
+ - "127.0.0.1:5000:5000"
6
volumes:
7
- ./data:/app/data
8
- ./session:/root/.find-my-timeline
0 commit comments