You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
438 B

  1. version: "3.5"
  2. services:
  3. typo3:
  4. container_name: ${TYPO3_CONTAINER_NAME:-typo3}
  5. image: martinhelmich/typo3:${TYPO3_VERSION:-latest}
  6. restart: unless-stopped
  7. ports:
  8. - ${TYPO3_HOST_IP_ADDRESS:-127.0.0.1}:${TYPO3_HOST_PORT:-8001}:8001
  9. volumes:
  10. - .fileadmin:/var/www/html/fileadmin
  11. - .typo3conf:/var/www/html/typo3conf
  12. - .uploads:/var/www/html/uploads