This commit is contained in:
itepechi 2023-09-16 08:11:11 +09:00
parent 63d46e43c3
commit e839b5f0c8
1 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ services:
volumes:
- ./docker-db/:/var/lib/postgresql/data/:Z
## Use the following volume instead if you are running Docker in
## emulated environments and getting permission errors
## an emulated environment and getting permission errors
# - docker-db:/var/lib/postgresql/data/:Z
akkoma:
@ -49,7 +49,7 @@ services:
# discovery.type: single-node
# xpack.security.enabled: false
## Enable the following volume if you are running Docker in emulated
## environments and getting permission errors
## Enable the following volume if you are running Docker in an emulated
## environment and getting permission errors
# volumes:
# docker-db: