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
@@ -120,7 +120,7 @@ docker-compose up -d
120
120
then reloading for proxy ssl configuration
121
121
122
122
```
123
-
docker exec proxy nginx -s reload
123
+
docker container restart <proxy_container_id>
124
124
```
125
125
126
126
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