Add depending on system.

This commit is contained in:
Dessalines 2023-06-08 12:13:01 -04:00
parent bedd67ee63
commit a0a25e2c06

View file

@ -35,7 +35,7 @@ docker-compose up -d postgres
# Restore from the .sql.gz backup # Restore from the .sql.gz backup
gunzip < db_dump.sql | docker-compose exec -T postgres psql -U lemmy gunzip < db_dump.sql | docker-compose exec -T postgres psql -U lemmy
# Note: You may need to change the permissions on the postgres directory # Note: You may need to change the permissions on the postgres directory, depending on your system.
chown -R $USER volumes chown -R $USER volumes
docker-compose restart postgres docker-compose restart postgres