Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit50fb0b4

Browse files
committed
fix scenario text and screenshots
1 parentbc14403 commit50fb0b4

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

‎flyway-and-spring-boot/text-based-guide/flyway-and-spring-boot.md‎

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -62,26 +62,26 @@ Amplicode добавит в файл docker-compose.yaml код для pgAdmin
6262

6363
```yaml
6464
pgadmin:
65-
image:dpage/pgadmin4:8.9
66-
restart:"no"
67-
ports:
68-
-"5050:80"
69-
volumes:
70-
-pgadmin_data:/var/lib/pgadmin
71-
-./docker/pgadmin/servers.json:/pgadmin4/servers.json
72-
-./docker/pgadmin/pgpass:/pgadmin4/pgpass
73-
environment:
74-
PGADMIN_DEFAULT_EMAIL:admin@admin.com
75-
PGADMIN_DEFAULT_PASSWORD:root
76-
PGADMIN_CONFIG_SERVER_MODE:"False"
77-
PGADMIN_CONFIG_MASTER_PASSWORD_REQUIRED:"False"
78-
healthcheck:
79-
test:wget --no-verbose --tries=1 --spider http://localhost:80/misc/ping || exit -1
80-
interval:10s
81-
timeout:5s
82-
start_period:10s
83-
retries:5
84-
entrypoint:/bin/sh -c "chmod 600 /pgadmin4/pgpass; /entrypoint.sh;"
65+
image:dpage/pgadmin4:8.9
66+
restart:"no"
67+
ports:
68+
-"5050:80"
69+
volumes:
70+
-pgadmin_data:/var/lib/pgadmin
71+
-./docker/pgadmin/servers.json:/pgadmin4/servers.json
72+
-./docker/pgadmin/pgpass:/pgadmin4/pgpass
73+
environment:
74+
PGADMIN_DEFAULT_EMAIL:admin@admin.com
75+
PGADMIN_DEFAULT_PASSWORD:root
76+
PGADMIN_CONFIG_SERVER_MODE:"False"
77+
PGADMIN_CONFIG_MASTER_PASSWORD_REQUIRED:"False"
78+
healthcheck:
79+
test:wget --no-verbose --tries=1 --spider http://localhost:80/misc/ping || exit -1
80+
interval:10s
81+
timeout:5s
82+
start_period:10s
83+
retries:5
84+
entrypoint:/bin/sh -c "chmod 600 /pgadmin4/pgpass; /entrypoint.sh;"
8585
volumes:
8686
pgadmin_data:
8787
```

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp