Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiiRepair committed Oct 7, 2023
1 parent af258c8 commit ba1b990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
env_file:
- ./.env
ports:
- '5432:5432'
- "5432:5432"
cache:
image: redis:7.2.1-alpine3.18
restart: always
Expand All @@ -18,7 +18,7 @@ services:
- cache:/data
command: redis-server --save 20 1 --loglevel warning --requirepass eYVX7EwVmmxKPCDmwMtyKVge8oLd2t81
ports:
- '6379:6379'
- "6379:6379"
pgadmin:
image: dpage/pgadmin4
restart: always
Expand Down

0 comments on commit ba1b990

Please sign in to comment.