Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 190a62e

Browse files
author
Victor Toulouse
authored
Minor correction
1 parent 75d7024 commit 190a62e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ https://mega.nz/#!UMwFkY5K!tPB4sWpLvLaMlrYT8zDt97seSenkEj0aPVE12stsdsI
3333
4. Build the image:
3434
`docker build -t phpdb2 .`
3535

36-
5. When containers are to be created, note that you must set the Infomix server IP:
36+
5. Run the container:
3737
`docker run -d -p 80:80 -v /var/www/html:/var/www/html`.
3838

3939
### Or,
@@ -56,4 +56,4 @@ http://db2.local/?query=SELECT%20current%20date%20FROM%20sysibm.sysdummy1;
5656

5757
## Development notes
5858

59-
I tried to build an Alpine based image, but then PHP would always segfault.
59+
I tried to build an Alpine based image, but then PHP would always segfault.

0 commit comments

Comments
 (0)