diff --git a/docker-compose.yml b/docker-compose.yml index 9918767..64dd375 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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}"