Skip to content

Commit

Permalink
Update docker-compose-dev.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fa8Bit authored Jun 14, 2024
1 parent 2b17907 commit 7943541
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ services:
container_name: memory-db
image: postgres:14-alpine
restart: always
expose:
- "5432"
ports:
- "5432:5432"
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
Expand Down Expand Up @@ -124,4 +124,4 @@ services:
volumes:
- ./.nginx/compose/nginx-dev.conf:/etc/nginx/conf.d/default.conf:ro
ports:
- "80:80"
- "80:80"

0 comments on commit 7943541

Please sign in to comment.