🐳 creates server with correct port
Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
fb63f20a8d
commit
3385b98c6e
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Reference in a new issue