mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Use Postgis image in docker-compose example from the docs (#9657)
This commit is contained in:
@@ -65,7 +65,7 @@ version: '3'
|
||||
services:
|
||||
database:
|
||||
container_name: database
|
||||
image: postgres:12
|
||||
image: postgis/postgis:13-master
|
||||
volumes:
|
||||
- ./data/database:/var/lib/postgresql/data
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user