Compare commits

..

No commits in common. "6043a94971d4e2261b7a7af3e6642a76cd4b67ac" and "e3958b6a6a3391326111ed2a013085da52a7f5e7" have entirely different histories.

View File

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