Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: remove postgres container name
  • Loading branch information
olivierwilkinson committed Apr 19, 2023
commit 51a91dcaa807ad41bd0e2ce8f73df1ca44602ad0
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ version: '3.7'
services:
postgres:
image: "postgres:latest"
container_name: further-postgres
hostname: postgres
user: postgres
restart: always
Expand Down