Skip to content

Commit 7c6cb3d

Browse files
committed
update
1 parent 399f4a4 commit 7c6cb3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
POSTGRES_PASSWORD: ${db_password}
1111
POSTGRES_DB: sec_auto_ban
1212
volumes:
13-
- ./data/postgres:/var/lib/postgresql/data
13+
- ./data/postgres:/var/lib/postgresql
1414
networks:
1515
- sec_auto_ban
1616
mq:

docker-compose_cn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
POSTGRES_PASSWORD: ${db_password}
1111
POSTGRES_DB: sec_auto_ban
1212
volumes:
13-
- ./data/postgres:/var/lib/postgresql/data
13+
- ./data/postgres:/var/lib/postgresql
1414
networks:
1515
- sec_auto_ban
1616
mq:

0 commit comments

Comments
 (0)