Browse Source

fix: correct service name in compose file

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

+ 1
- 1
docker-compose.yml View File

@ -1,6 +1,6 @@
version: "3.5" version: "3.5"
services: services:
kimai:
typo3:
container_name: ${TYPO3_CONTAINER_NAME:-typo3} container_name: ${TYPO3_CONTAINER_NAME:-typo3}
image: martinhelmich/typo3:${TYPO3_VERSION:-latest} image: martinhelmich/typo3:${TYPO3_VERSION:-latest}
restart: unless-stopped restart: unless-stopped


Loading…
Cancel
Save