Fixed database volume path

master
Meliurwen 4 years ago
parent 1d94ce4864
commit b9b166cdf4
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 2
      docker-compose.yml

@ -38,7 +38,7 @@ services:
networks:
- gitea
volumes:
- ${LOCAL_STACK_DIR}/postgres_new:/var/lib/postgresql/data
- ${LOCAL_STACK_DIR}/postgres:/var/lib/postgresql/data
networks:
default:

Loading…
Cancel
Save