You've already forked testing-go-code-with-postgres
mirror of
https://github.com/xorcare/testing-go-code-with-postgres.git
synced 2025-07-03 23:30:31 +02:00
Fix linter issues and simplify yaml files
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
---
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
@ -15,7 +16,7 @@ services:
|
||||
retries: 5
|
||||
timeout: 5s
|
||||
ports:
|
||||
- "32260:5432"
|
||||
- 32260:5432
|
||||
volumes:
|
||||
- ./docker-multiple-databases.sh:/docker-entrypoint-initdb.d/docker-multiple-databases.sh:ro
|
||||
tmpfs:
|
||||
|
Reference in New Issue
Block a user