fix: docker compose work on 42 computor

This commit is contained in:
starnakin 2024-05-14 12:43:53 +02:00
parent 3039ad831a
commit 6b85256ca6

View File

@ -1,4 +1,4 @@
name: ft_transcendence
version: '3.8'
services:
django:
@ -18,7 +18,6 @@ services:
depends_on:
db:
condition: service_healthy
restart: true
db:
image: postgres