Skip to content

Commit 1e54d94

Browse files
committed
Update README.md
1 parent 81561b0 commit 1e54d94

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ docker-compose up -d
120120
then reloading for proxy ssl configuration
121121

122122
```
123-
docker container restart <proxy_container_id>
123+
docker container restart proxy
124124
```
125125

126126
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.
130130
### Installation Portainer
131131

132132
```
133+
docker volume create portainer_data
133134
docker-compose -f portainer-docker-compose.yml -p portainer up -d
134135
```
135136
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
212213
Or you should make changes custom host configurations then must restart service
213214

214215
```
215-
docker container restart <cakephp_container_id>
216+
docker container restart cakephp
216217
```
217218

218219
add and/or remove cakephp site folders and files with any ftp client program in ```./cakephp/html``` folder.

0 commit comments

Comments
 (0)