bind volume to directory

This commit is contained in:
lyx0 2023-12-03 22:38:30 +01:00
parent 7fd0dc3a25
commit a682749db0

View file

@ -8,7 +8,7 @@ services:
ports: ports:
- "127.0.0.1:55432:5432" - "127.0.0.1:55432:5432"
volumes: volumes:
- data:/var/lib/postgresql/data - "./data:/var/lib/postgresql/data"
nourybot: nourybot:
build: build:
context: . context: .