Initial commit
This commit is contained in:
13
README.md
Normal file
13
README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Bank
|
||||
|
||||
```shell
|
||||
docker run --detach --name pgsql \
|
||||
--network pgsql_net \
|
||||
-p "5432:5432" \
|
||||
-e "POSTGRES_INITDB_ARGS=--locale-provider=icu --icu-locale=fr-FR" \
|
||||
-e "POSTGRES_PASSWORD=geii2025" \
|
||||
-e "POSTGRES_USER=iut" \
|
||||
-v pgsql_data:/var/lib/postgresql \
|
||||
-v "./:/docker-entrypoint-initdb.d" \
|
||||
iut/pgsql:2025-13
|
||||
```
|
||||
Reference in New Issue
Block a user