Fixed port for test Docker container

This commit is contained in:
Leon Mika 2022-06-06 20:47:04 +10:00
parent d660608626
commit a4216b47f5

View file

@ -16,7 +16,7 @@ jobs:
postgres:
image: amazon/dynamodb-local:latest
ports:
- 8000:8000
- 18000:8000
steps:
- name: Checkout
uses: actions/checkout@v2