Alessandro Middei
Results
1
comments of
Alessandro Middei
sorry the file is this: version: '3.9' services: mariadb: image: mariadb:10.7 container_name: mariadb ports: - "3306:3306" volumes: - ./mariadb:/var/lib/mysql environment: - MYSQL_ROOT_PASSWORD=S3cret - MYSQL_PASSWORD=An0thrS3crt - MYSQL_USER=writer - MYSQL_DATABASE=writer_db server: build:...