Skip to content

Commit

Permalink
Remove mount /etc/localtime in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
llaumgui authored Sep 28, 2023
1 parent fb85d33 commit 1b1f955
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions 8.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions 8.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1b1f955

Please sign in to comment.