update docker-compose file to reflect port change
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-25 15:18:33 -05:00
parent 56f7f907df
commit 04c8dfb5b4

View File

@@ -8,4 +8,4 @@ services:
volumes: volumes:
- ./database.db:/app/database.db - ./database.db:/app/database.db
ports: ports:
- 127.0.0.1:5000:5000 - 127.0.0.1:80:80