We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076e248 commit fb6a8b4Copy full SHA for fb6a8b4
1 file changed
docker-compose.yml
@@ -7,8 +7,10 @@ services:
7
#--------------------------------------------------------------------------#
8
9
codeigniter4:
10
- image: atsanna/codeigniter4:latest
+ image: codeigniter:4.0.3
11
container_name: 'codeigniter4'
12
+ build:
13
+ context: ./
14
ports:
15
- 80:80
16
links:
0 commit comments