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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ docker-compose up -d
119
119
then reloading for webserver ssl configuration
120
120
121
121
```
122
-
docker exec webserver httpd -k restart
122
+
docker container restart webserver
123
123
```
124
124
125
125
The containers are now built and running. You should be able to access the CakePHP installation with the configured IP in the browser address. `https://example.com`.
0 commit comments