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.
 
 

15 lines
525 B

version: "3.5"
services:
typo3:
container_name: ${TYPO3_CONTAINER_NAME:-typo3}
image: ${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
sysctls:
- net.ipv4.ip_unprivileged_port_start=0