Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 300 Bytes

File metadata and controls

22 lines (12 loc) · 300 Bytes

Pour créer le réseau

docker network create mon-network

Lancer Postgres

Dans le répertoire database docker compose up --build

Lancer Symfony

Dans le répertoire web docker compose up --build

Interface Adminer

http://localhost:8080/

Interface Symfony

http://localhost:8081/