Skip to content

Commit 6fbdd7b

Browse files
author
Oran Kaplan
committed
change docker-compose port to 80
1 parent f7a8d1d commit 6fbdd7b

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
@@ -1,5 +1,5 @@
11
anyway:
22
build: .
33
ports:
4-
- "5000:5000"
4+
- "80:5000"
55
command: /bin/bash -c 'export DATABASE_URL=sqlite:////anyway/local.db && python main.py --open'

0 commit comments

Comments
 (0)