We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc1794e commit 4d363dbCopy full SHA for 4d363db
docker-compose.yml
@@ -5,7 +5,7 @@ services:
5
context: .
6
dockerfile: scripts/docker/Native.Dockerfile
7
ports:
8
- - "8080:8080"
+ - "8080:8080"
9
app_graal:
10
build:
11
@@ -14,12 +14,12 @@ services:
14
- "8081:8080"
15
db:
16
environment:
17
- - POSTGRES_PASSWORD=S3cret!
+ - POSTGRES_PASSWORD=S3cret!
18
image: postgres:13-alpine
19
20
- - "5432:5432"
+ - "5432:5432"
21
volumes:
22
- - db-data:/var/lib/postgresql/data
+ - db-data:/var/lib/postgresql/data
23
24
25
db-data:
scripts/portainer/bin/volume.sh
@@ -1,3 +1,3 @@
1
#!/usr/bin/env sh
2
3
-docker volume create portainer_data
+docker volume create portainer_data
0 commit comments