Skip to content
Snippets Groups Projects
Unverified Commit 6120a48d authored by Thomas Citharel's avatar Thomas Citharel
Browse files

Move Postgis image to official one


Signed-off-by: default avatarThomas Citharel <tcit@tcit.fr>
parent 8a4369b0
No related branches found
No related tags found
No related merge requests found
version: '3'
version: "3"
services:
postgres:
container_name: mobilizon_db
restart: unless-stopped
image: mdillon/postgis:11
image: postgis/postgis:13-3.0
environment:
POSTGRES_PASSWORD: postgres
POSTGRES_DB: mobilizon_dev
......@@ -15,7 +15,7 @@ services:
restart: unless-stopped
build: .
volumes:
- '.:/app'
- ".:/app"
ports:
- "4000:4000"
depends_on:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment