We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd07db commit 44162d3Copy full SHA for 44162d3
backend/docker-compose.yml
@@ -1,7 +1,7 @@
1
version: "3.9"
2
services:
3
web:
4
- image: jesusbarcia/codeurjc-2021-22-daw-webapp4
+ image: jesusbarcia/codeurjc-daw-2021-22-webapp4
5
restart: always
6
ports:
7
- 8443:8443
@@ -16,4 +16,4 @@ services:
16
- POSTGRES_PASSWORD=password
17
- POSTGRES_DB=wallypop
18
volumes:
19
- - ./postgresql:/var/lib/postgresql/data
+ - ./postgresql:/var/lib/postgresql/data
0 commit comments