Skip to content

Commit d3d543e

Browse files
committed
Fixed typos
1 parent 8ccf254 commit d3d543e

File tree

10 files changed

+38
-38
lines changed

10 files changed

+38
-38
lines changed

completion/zsh/_itkdev-docker-compose

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ _itkdev-docker-compose() {
3030
'url[Print url to site.]' \
3131
'open[Open url in default browser.]' \
3232
'drush[Run drush command.]' \
33-
'nfs:enable[Enable NFS volume sharing.]' \
33+
'nfs\:enable[Enable NFS volume sharing.]' \
3434
'sync[Sync both database and files.]' \
3535
'sync\:db[Sync database base.]' \
3636
'sync\:files[Sync files base.]' \
@@ -50,7 +50,7 @@ _itkdev-docker-compose() {
5050
'hosts\:insert[Insert the docker site url into the hosts file.]' \
5151
'images\:pull[Update/pull all docker images.]' \
5252
'composer[Run composer command inside phpfpm container.]' \
53-
'version[This tools version number.]' \
53+
'version[Display this tool'\''s current version.]' \
5454
&& ret=0
5555

5656
# 'bin'{bin/*,vendor/bin/*}'[Run command command inside phpfpm container]' \

scripts/itkdev-docker-compose

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ EOF
106106
}
107107

108108
function enableNFS {
109-
echo "Setting up nfs..."
109+
echo "Setting up NFS..."
110110
U=`id -u`
111111
G=`id -g`
112112

@@ -122,7 +122,7 @@ function enableNFS {
122122
echo "Restarting nfsd..."
123123
sudo nfsd restart
124124

125-
echo "You should now restarting docker to ensure NFS mounts works..."
125+
echo "You should restart docker to ensure NFS mounts works..."
126126
}
127127

128128
bold=$(tput bold)
@@ -147,7 +147,7 @@ Commands:
147147
run the command.
148148
149149
nfs:enable
150-
Enabled support for NFS shares (preformance boots on macs)
150+
Enable support for NFS shares (performance boost on Macs)
151151
152152
sync
153153
Sync both database and files.
@@ -221,7 +221,7 @@ Commands:
221221
Stop and remove containers, networks, images, and volumes
222222
223223
version
224-
Display this tools current version
224+
Display this tool's current version
225225
226226
*
227227
Pass command and arguments to `docker-compose` and

templates/aakbcms/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ services:
103103
volumes:
104104
# Drush cache volume to persist cache between runs.
105105
drush-cache:
106-
# Named volume requires that you have NFS shares enabled (performance boots on macs). The itkdev-docker-compose
107-
# has an command to do this on macs. If you don't want to use it remove it from here and change the volume mapping
108-
# to use normal shares in the containers.
109-
# See https://sean-handley.medium.com/how-to-set-up-docker-for-mac-with-native-nfs-145151458adc
106+
# Named volume requires that you have NFS shares enabled (performance boost on Macs).
107+
# Use `itkdev-docker-compose nfs:enable` to enable NFS shares. If you don't want to use it remove it from here and
108+
# change the volume mapping to use normal shares in the containers. See
109+
# https://sean-handley.medium.com/how-to-set-up-docker-for-mac-with-native-nfs-145151458adc
110110
nfsApp:
111111
driver: local
112112
driver_opts:

templates/ddbcms/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ services:
103103
volumes:
104104
# Drush cache volume to persist cache between runs.
105105
drush-cache:
106-
# Named volume requires that you have NFS shares enabled (performance boots on macs). The itkdev-docker-compose
107-
# has an command to do this on macs. If you don't want to use it remove it from here and change the volume mapping
108-
# to use normal shares in the containers.
109-
# See https://sean-handley.medium.com/how-to-set-up-docker-for-mac-with-native-nfs-145151458adc
106+
# Named volume requires that you have NFS shares enabled (performance boost on Macs).
107+
# Use `itkdev-docker-compose nfs:enable` to enable NFS shares. If you don't want to use it remove it from here and
108+
# change the volume mapping to use normal shares in the containers. See
109+
# https://sean-handley.medium.com/how-to-set-up-docker-for-mac-with-native-nfs-145151458adc
110110
nfsApp:
111111
driver: local
112112
driver_opts:

templates/drupal-7/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ services:
9494
volumes:
9595
# Drush cache volume to persist cache between runs.
9696
drush-cache:
97-
# Named volume requires that you have NFS shares enabled (performance boots on macs). The itkdev-docker-compose
98-
# has an command to do this on macs. If you don't want to use it remove it from here and change the volume mapping
99-
# to use normal shares in the containers.
100-
# See https://sean-handley.medium.com/how-to-set-up-docker-for-mac-with-native-nfs-145151458adc
97+
# Named volume requires that you have NFS shares enabled (performance boost on Macs).
98+
# Use `itkdev-docker-compose nfs:enable` to enable NFS shares. If you don't want to use it remove it from here and
99+
# change the volume mapping to use normal shares in the containers. See
100+
# https://sean-handley.medium.com/how-to-set-up-docker-for-mac-with-native-nfs-145151458adc
101101
nfsApp:
102102
driver: local
103103
driver_opts:

templates/drupal-8/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ services:
8282
- "traefik.http.services.${COMPOSE_PROJECT_NAME}Mailhog.loadbalancer.server.port=8025"
8383

8484
volumes:
85-
# Named volume requires that you have NFS shares enabled (performance boots on macs). The itkdev-docker-compose
86-
# has an command to do this on macs. If you don't want to use it remove it from here and change the volume mapping
87-
# to use normal shares in the containers.
88-
# See https://sean-handley.medium.com/how-to-set-up-docker-for-mac-with-native-nfs-145151458adc
85+
# Named volume requires that you have NFS shares enabled (performance boost on Macs).
86+
# Use `itkdev-docker-compose nfs:enable` to enable NFS shares. If you don't want to use it remove it from here and
87+
# change the volume mapping to use normal shares in the containers. See
88+
# https://sean-handley.medium.com/how-to-set-up-docker-for-mac-with-native-nfs-145151458adc
8989
nfsApp:
9090
driver: local
9191
driver_opts:

templates/drupal-9/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ services:
8282
- "traefik.http.services.${COMPOSE_PROJECT_NAME}Mailhog.loadbalancer.server.port=8025"
8383

8484
volumes:
85-
# Named volume requires that you have NFS shares enabled (performance boots on macs). The itkdev-docker-compose
86-
# has an command to do this on macs. If you don't want to use it remove it from here and change the volume mapping
87-
# to use normal shares in the containers.
88-
# See https://sean-handley.medium.com/how-to-set-up-docker-for-mac-with-native-nfs-145151458adc
85+
# Named volume requires that you have NFS shares enabled (performance boost on Macs).
86+
# Use `itkdev-docker-compose nfs:enable` to enable NFS shares. If you don't want to use it remove it from here and
87+
# change the volume mapping to use normal shares in the containers. See
88+
# https://sean-handley.medium.com/how-to-set-up-docker-for-mac-with-native-nfs-145151458adc
8989
nfsApp:
9090
driver: local
9191
driver_opts:

templates/ereolen/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ services:
110110
volumes:
111111
# Drush cache volume to persist cache between runs.
112112
drush-cache:
113-
# Named volume requires that you have NFS shares enabled (performance boots on macs). The itkdev-docker-compose
114-
# has an command to do this on macs. If you don't want to use it remove it from here and change the volume mapping
115-
# to use normal shares in the containers.
116-
# See https://sean-handley.medium.com/how-to-set-up-docker-for-mac-with-native-nfs-145151458adc
113+
# Named volume requires that you have NFS shares enabled (performance boost on Macs).
114+
# Use `itkdev-docker-compose nfs:enable` to enable NFS shares. If you don't want to use it remove it from here and
115+
# change the volume mapping to use normal shares in the containers. See
116+
# https://sean-handley.medium.com/how-to-set-up-docker-for-mac-with-native-nfs-145151458adc
117117
nfsApp:
118118
driver: local
119119
driver_opts:

templates/symfony-3/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ services:
7272
- "traefik.http.services.${COMPOSE_PROJECT_NAME}Mailhog.loadbalancer.server.port=8025"
7373

7474
volumes:
75-
# Named volume requires that you have NFS shares enabled (performance boots on macs). The itkdev-docker-compose
76-
# has an command to do this on macs. If you don't want to use it remove it from here and change the volume mapping
77-
# to use normal shares in the containers.
78-
# See https://sean-handley.medium.com/how-to-set-up-docker-for-mac-with-native-nfs-145151458adc
75+
# Named volume requires that you have NFS shares enabled (performance boost on Macs).
76+
# Use `itkdev-docker-compose nfs:enable` to enable NFS shares. If you don't want to use it remove it from here and
77+
# change the volume mapping to use normal shares in the containers. See
78+
# https://sean-handley.medium.com/how-to-set-up-docker-for-mac-with-native-nfs-145151458adc
7979
nfsApp:
8080
driver: local
8181
driver_opts:

templates/symfony-4/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ services:
7171
- "traefik.http.services.${COMPOSE_PROJECT_NAME}Mailhog.loadbalancer.server.port=8025"
7272

7373
volumes:
74-
# Named volume requires that you have NFS shares enabled (performance boots on macs). The itkdev-docker-compose
75-
# has an command to do this on macs. If you don't want to use it remove it from here and change the volume mapping
76-
# to use normal shares in the containers.
77-
# See https://sean-handley.medium.com/how-to-set-up-docker-for-mac-with-native-nfs-145151458adc
74+
# Named volume requires that you have NFS shares enabled (performance boost on Macs).
75+
# Use `itkdev-docker-compose nfs:enable` to enable NFS shares. If you don't want to use it remove it from here and
76+
# change the volume mapping to use normal shares in the containers. See
77+
# https://sean-handley.medium.com/how-to-set-up-docker-for-mac-with-native-nfs-145151458adc
7878
nfsApp:
7979
driver: local
8080
driver_opts:

0 commit comments

Comments
 (0)