updates readme

This commit is contained in:
Philipp Häfelfinger 2023-08-26 22:40:37 +02:00
parent 62b1712704
commit fbad0e3381
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ To start a working piwigo gallery run the following commands:
``` ```
git clone https://git.haefelfinger.net/piwigo/piwigodocker.git git clone https://git.haefelfinger.net/piwigo/piwigodocker.git
cd piwigodocker cd piwigodocker
docker-compose up -d docker compose up -d
``` ```
All files gets created within the cloned directory and can be accessed easily from the host machine. All files gets created within the cloned directory and can be accessed easily from the host machine.
@ -25,7 +25,7 @@ To stop the setup:
``` ```
cd piwigodocker cd piwigodocker
docker-compose down docker compose down
``` ```
Stopping will remove the network and the containers but will keep the data in the folders below ``piwigodocker``. Stopping will remove the network and the containers but will keep the data in the folders below ``piwigodocker``.
@ -36,7 +36,7 @@ To start the installation again, you just execute the up command again. As all d
``` ```
cd piwigodocker cd piwigodocker
docker-compose down docker compose up -d
``` ```
## Access adminer ## Access adminer