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
+3-2Lines changed: 3 additions & 2 deletions
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 container restart <proxy_container_id>
123
+
docker container restart proxy
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`.
@@ -130,6 +130,7 @@ For convenience you may add a new entry into your hosts file.
130
130
### Installation Portainer
131
131
132
132
```
133
+
docker volume create portainer_data
133
134
docker-compose -f portainer-docker-compose.yml -p portainer up -d
134
135
```
135
136
manage docker with [Portainer](https://www.portainer.io/solutions/docker) is the definitive container management tool for Docker, Docker Swarm with it's highly intuitive GUI and API.
@@ -212,7 +213,7 @@ pm.max_requests = 1000
212
213
Or you should make changes custom host configurations then must restart service
213
214
214
215
```
215
-
docker container restart <cakephp_container_id>
216
+
docker container restart cakephp
216
217
```
217
218
218
219
add and/or remove cakephp site folders and files with any ftp client program in ```./cakephp/html``` folder.
0 commit comments