Compare commits

..

3 Commits

Author SHA1 Message Date
rama
6043a94971 Merge pull request 'disabled watchtower for typo3 and comment first install' (#4) from testing into main
Reviewed-on: #4
2023-11-30 13:18:13 +01:00
Raphael Martin
29cdc18b4e comment first install 2023-11-30 13:16:50 +01:00
Raphael Martin
59f372024b clean 2023-11-30 12:07:06 +01:00

View File

@ -26,14 +26,14 @@ services:
# - "./php-conf/conf.d:/usr/local/etc/php/conf.d"
- "./php-conf/php.ini:/usr/local/etc/php/php.ini:ro"
## use for the first install
- "./LICENSE:/var/www/html/FIRST_INSTALL:ro"
# - "./LICENSE:/var/www/html/FIRST_INSTALL:ro"
- "/etc/timezone:/etc/timezone:ro"
- "/etc/localtime:/etc/localtime:ro"
depends_on:
- "db"
labels:
# Watchtower add to auto update
- "com.centurylinklabs.watchtower.enable=true"
- "com.centurylinklabs.watchtower.enable=false"
# traefik
- "traefik.enable=true"
- "traefik.docker.network=${TRAEFIK_NETWORK}"