Browse Source

fix: correct port in compose file

master
Dennis Buchhorn 3 years ago
parent
commit
a2275a45b7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docker-compose.yml

+ 1
- 1
docker-compose.yml View File

@ -5,7 +5,7 @@ services:
image: martinhelmich/typo3:${TYPO3_VERSION:-latest}
restart: unless-stopped
ports:
- ${TYPO3_HOST_IP_ADDRESS:-127.0.0.1}:${TYPO3_HOST_PORT:-8001}:8001
- ${TYPO3_HOST_IP_ADDRESS:-127.0.0.1}:${TYPO3_HOST_PORT:-8001}:80
volumes:
- .fileadmin:/var/www/html/fileadmin
- .typo3conf:/var/www/html/typo3conf


Loading…
Cancel
Save