Skip to content

Commit 4a3a4c0

Browse files
added club operations
1 parent ff7be20 commit 4a3a4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- ../.env.docker
88
volumes:
99
- postgres_data:/var/lib/postgresql/data
10-
- ./scripts/init.sql:/docker-entrypoint-initdb.d/init.sql
10+
- ./scripts/init.sql:/docker-entrypoint-initdb.d
1111
ports:
1212
- "5432:5432"
1313
networks:

0 commit comments

Comments
 (0)