From 1b1f955aa9c4145f21fa15f9d3258c3d5c5d74bb Mon Sep 17 00:00:00 2001 From: Guillaume Kulakowski Date: Thu, 28 Sep 2023 11:59:23 +0200 Subject: [PATCH] Remove mount /etc/localtime in doc --- 8.1/README.md | 3 --- 8.2/README.md | 3 --- 2 files changed, 6 deletions(-) diff --git a/8.1/README.md b/8.1/README.md index 1265604..328c955 100644 --- a/8.1/README.md +++ b/8.1/README.md @@ -48,7 +48,6 @@ You can run this container with docker client: ~~~bash docker run -d \ - --volumes /etc/localtime:/etc/localtime:ro \ --volumes /docker/volumes/www:/var/www \ --expose 9000 \ llaumgui/php:8.1-fpm @@ -66,7 +65,6 @@ You can use this container in a docker-compose.yml file: environment: TZ: 'Europe/Paris' volumes: - - /etc/localtime:/etc/localtime:ro - /var/www:/var/www expose: - 9000 @@ -98,7 +96,6 @@ You can use this container in a docker-compose.yml file: environment: TZ: 'Europe/Paris' volumes: - - /etc/localtime:/etc/localtime:ro - /var/www:/var/www expose: - 9000 diff --git a/8.2/README.md b/8.2/README.md index 73c559e..8bc73e4 100644 --- a/8.2/README.md +++ b/8.2/README.md @@ -48,7 +48,6 @@ You can run this container with docker client: ~~~bash docker run -d \ - --volumes /etc/localtime:/etc/localtime:ro \ --volumes /docker/volumes/www:/var/www \ --expose 9000 \ llaumgui/php:8.2-fpm @@ -66,7 +65,6 @@ You can use this container in a docker-compose.yml file: environment: TZ: 'Europe/Paris' volumes: - - /etc/localtime:/etc/localtime:ro - /var/www:/var/www expose: - 9000 @@ -98,7 +96,6 @@ You can use this container in a docker-compose.yml file: environment: TZ: 'Europe/Paris' volumes: - - /etc/localtime:/etc/localtime:ro - /var/www:/var/www expose: - 9000