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
439 B

version: "3.5"
services:
typo3:
container_name: ${TYPO3_CONTAINER_NAME:-typo3}
image: martinhelmich/typo3:${TYPO3_VERSION:-latest}
restart: unless-stopped
ports:
- ${TYPO3_HOST_IP_ADDRESS:-127.0.0.1}:${TYPO3_HOST_PORT:-8001}:80
volumes:
- ./fileadmin:/var/www/html/fileadmin
- ./typo3conf:/var/www/html/typo3conf
- ./uploads:/var/www/html/uploads