Skip to content

Commit

Permalink
fix(compose): correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubencabrera committed Feb 27, 2024
1 parent c3a609a commit 9860aa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Para evitar conflictos con el puerto en local si ya hay postgres
# se usa el 5433 en lugar del estándar 5432 de postgresql.
---
version: '3.7'
version: '3.8'
services:
db:
environment:
Expand All @@ -16,8 +16,8 @@ services:
restart: always
volumes:
- data_storage:/var/lib/postgresql/data
odoo14:
container_name: odoo14
odoo16:
container_name: odoo16
depends_on:
- db
image: "rubencabrera/odoo-docker:16.0.0"
Expand Down

0 comments on commit 9860aa9

Please sign in to comment.