🐳 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:
|
||||
movie-database:
|
||||
image: postgres
|
||||
restart: always
|
||||
environment:
|
||||
POSTGRES_PASSWORD: moviedatabase
|
||||
ports:
|
||||
|
|
Reference in a new issue