You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
2
2
[](http://microbadger.com/images/skilldlabs/php"Get your own version badge on microbadger.com")https://hub.docker.com/r/skilldlabs/php/
3
3
4
-
Use `run.sh` to fetch Drupal 8.1-dev and start containers.
4
+
Use `run.sh` to fetch Drupal 9.3.dev and start containers.
5
5
6
6
Use `docker-compose stop` to stop containers and `docker-compose rm` to clean-up.
7
7
@@ -20,14 +20,14 @@ Local `db` directory stores mysql database files and `drupal` hold core.
20
20
21
21
If you want to add some packages you should:
22
22
23
-
Example of php7-pdo_pgsql
23
+
Example of php8-pdo_pgsql
24
24
25
25
1) Create new container folder
26
26
with own Dockerfile and extend this container from base one.
27
27
28
28
```
29
-
FROM skilldlabs/php:7
30
-
RUN apk add --no-cache php7-pdo_pgsql
29
+
FROM skilldlabs/php:8
30
+
RUN apk add --no-cache php8-pdo_pgsql
31
31
```
32
32
33
33
2) Change build reference in docker-compose.yml file
0 commit comments