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