Skip to content

Commit 55db1c5

Browse files
committed
Fix doc
1 parent d93c7ff commit 55db1c5

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

docker-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ function run()
425425
echo "*** You can connect to the docker Dolibarr with:"
426426
echo "sudo docker exec -it nameofwebcontainer bash"
427427
echo "ls /var/www/documents"
428-
echo "ls /var/www/html/custom"
428+
echo "ls /var/www/html"
429429
echo
430430
echo "*** You can access persistent directory from the host with:"
431431
echo "ls /home/dolibarr_mariadb_latest"

images/15.0.3-php7.4/docker-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ function run()
425425
echo "*** You can connect to the docker Dolibarr with:"
426426
echo "sudo docker exec -it nameofwebcontainer bash"
427427
echo "ls /var/www/documents"
428-
echo "ls /var/www/html/custom"
428+
echo "ls /var/www/html"
429429
echo
430430
echo "*** You can access persistent directory from the host with:"
431431
echo "ls /home/dolibarr_mariadb_latest"

images/16.0.5-php8.1/docker-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ function run()
425425
echo "*** You can connect to the docker Dolibarr with:"
426426
echo "sudo docker exec -it nameofwebcontainer bash"
427427
echo "ls /var/www/documents"
428-
echo "ls /var/www/html/custom"
428+
echo "ls /var/www/html"
429429
echo
430430
echo "*** You can access persistent directory from the host with:"
431431
echo "ls /home/dolibarr_mariadb_latest"

images/17.0.4-php8.1/docker-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ function run()
425425
echo "*** You can connect to the docker Dolibarr with:"
426426
echo "sudo docker exec -it nameofwebcontainer bash"
427427
echo "ls /var/www/documents"
428-
echo "ls /var/www/html/custom"
428+
echo "ls /var/www/html"
429429
echo
430430
echo "*** You can access persistent directory from the host with:"
431431
echo "ls /home/dolibarr_mariadb_latest"

images/18.0.5-php8.1/docker-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ function run()
425425
echo "*** You can connect to the docker Dolibarr with:"
426426
echo "sudo docker exec -it nameofwebcontainer bash"
427427
echo "ls /var/www/documents"
428-
echo "ls /var/www/html/custom"
428+
echo "ls /var/www/html"
429429
echo
430430
echo "*** You can access persistent directory from the host with:"
431431
echo "ls /home/dolibarr_mariadb_latest"

images/19.0.3-php8.2/docker-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ function run()
425425
echo "*** You can connect to the docker Dolibarr with:"
426426
echo "sudo docker exec -it nameofwebcontainer bash"
427427
echo "ls /var/www/documents"
428-
echo "ls /var/www/html/custom"
428+
echo "ls /var/www/html"
429429
echo
430430
echo "*** You can access persistent directory from the host with:"
431431
echo "ls /home/dolibarr_mariadb_latest"

images/20.0.1-php8.2/docker-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ function run()
425425
echo "*** You can connect to the docker Dolibarr with:"
426426
echo "sudo docker exec -it nameofwebcontainer bash"
427427
echo "ls /var/www/documents"
428-
echo "ls /var/www/html/custom"
428+
echo "ls /var/www/html"
429429
echo
430430
echo "*** You can access persistent directory from the host with:"
431431
echo "ls /home/dolibarr_mariadb_latest"

images/develop/docker-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ function run()
425425
echo "*** You can connect to the docker Dolibarr with:"
426426
echo "sudo docker exec -it nameofwebcontainer bash"
427427
echo "ls /var/www/documents"
428-
echo "ls /var/www/html/custom"
428+
echo "ls /var/www/html"
429429
echo
430430
echo "*** You can access persistent directory from the host with:"
431431
echo "ls /home/dolibarr_mariadb_latest"

0 commit comments

Comments
 (0)