Docker useful yaml files: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 October 2024

  • curprev 22:3422:34, 6 October 2024413vhcu1lq0463ob talk contribs 1,037 bytes +1,037 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..."