All public logs

Combined display of all available logs of PedrosBrainDump. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 22:34, 6 October 2024 413vhcu1lq0463ob talk contribs created page Docker useful yaml files (Created page with "=== mysql.yaml === version: '3.9' services: mysql: image: mysql:8 restart: always ports: - 3306:3306 expose: - 3306 environment: MYSQL_ROOT_PASSWORD: mysql volumes: - ${PWD}/data/mysql:/var/lib/mysql === postgresql.yaml === version: '3.9' services: postgres: image: postgres restart: always ports: - 5432:5432...")