🐳 creates server with correct port

Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
haraldnilsen 2023-09-18 12:02:42 +02:00
parent fb63f20a8d
commit 3385b98c6e

View file

@ -3,6 +3,7 @@ version: '3'
services: services:
movie-database: movie-database:
image: postgres image: postgres
restart: always
environment: environment:
POSTGRES_PASSWORD: moviedatabase POSTGRES_PASSWORD: moviedatabase
ports: ports: