Skip to content

Instantly share code, notes, and snippets.

View SopsoN's full-sized avatar

Michał Sobczak SopsoN

View GitHub Profile
@SopsoN
SopsoN / docker-composer.yml
Created April 14, 2026 17:50
Docker Compose setup: PrestaShop core PDO driver failure when connecting to PostgreSQL
version: '3'
services:
prestashop:
image: prestashop/prestashop:9.1
ports:
- "8080:80"
environment:
- DB_SERVER=postgres_db
- DB_USER=postgres
- DB_PASSWD=prestashop