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