Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbeau committed Sep 29, 2024
1 parent bfb402f commit d8e6f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
- POSTGRES_DB=db
- POSTGRES_PASSWORD=odoo
volumes:
- db/:/var/lib/postgresql/data
- db:/var/lib/postgresql/data
image: postgres:13
elastic:
image: docker.elastic.co/elasticsearch/elasticsearch:7.0.0
Expand Down Expand Up @@ -57,4 +57,4 @@ services:
volumes:
esdata:
db:
version: '3'
version: "3.8"

0 comments on commit d8e6f7e

Please sign in to comment.