diff --git a/docker-compose.yml b/docker-compose.yml index f2bd09b..2b625b8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -52,8 +52,8 @@ services: postgres: image: postgres:15-alpine # No port mapping - only accessible within the Docker network - ports: - - "5432:5432" + #ports: + # - "5432:5432" environment: - POSTGRES_DB=storycove - POSTGRES_USER=storycove