kemonine
/
lollipopcloud
Archived
1
0
Fork 0

remove double the

This commit is contained in:
remotenemesis 2019-02-10 22:35:11 -08:00
parent 7a4650c754
commit cf46713298
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Create the following directories in a convenient location (the paths are up to y
| gitea-postgres | /media/my-usb-drive/gitea/postgres/data |
| lollipop-home | /home/me/lollipop
Ensure the user that is going to run docker-compose to launch the gitea services has both read and write permissions on these directories. To ensure correct ownership is assigned to the the application config at `{gitea-data}/gitea/conf/app.ini` you may need to create an empty file before starting the docker services (`touch {gitea-data}/gitea/conf/app.ini`).
Ensure the user that is going to run docker-compose to launch the gitea services has both read and write permissions on these directories. To ensure correct ownership is assigned to the application config at `{gitea-data}/gitea/conf/app.ini` you may need to create an empty file before starting the docker services (`touch {gitea-data}/gitea/conf/app.ini`).
## Define services with docker-compose