Skip to content

Commit bf213ed

Browse files
Zilliq11moufmouf
authored andcommitted
Update README.md
Image ...-bullseye-apache does not exist. Real name is ...-apache-bullseye. Example was using bad image name.
1 parent 664164c commit bf213ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ $ docker run -it --rm --name my-running-script -v "$PWD":/usr/src/app thecodingm
3838
Example with Apache:
3939

4040
```bash
41-
$ docker run -p 80:80 --name my-apache-app -v "$PWD":/var/www/html thecodingmachine/nodejs:v2-18-bullseye-apache
41+
$ docker run -p 80:80 --name my-apache-app -v "$PWD":/var/www/html thecodingmachine/nodejs:v2-18-apache-bullseye
4242
```
4343

4444
Example with Apache + Node 18.x in a Dockerfile:
4545

4646
**Dockerfile**
4747
```Dockerfile
48-
FROM thecodingmachine/nodejs:v2-18-bullseye-apache
48+
FROM thecodingmachine/nodejs:v2-18-apache-bullseye
4949

5050
COPY src/ /var/www/html/
5151
RUN yarn install
@@ -83,7 +83,7 @@ For instance:
8383
version: '3'
8484
services:
8585
my_app:
86-
image: thecodingmachine/nodejs:v2-18-bullseye-apache
86+
image: thecodingmachine/nodejs:v2-18-apache-bullseye
8787
environment:
8888
# Enable the DAV extension for Apache
8989
APACHE_EXTENSION_DAV: 1

0 commit comments

Comments
 (0)