Skip to content

Commit 44162d3

Browse files
authored
Modify docker hub's container
1 parent fcd07db commit 44162d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.9"
22
services:
33
web:
4-
image: jesusbarcia/codeurjc-2021-22-daw-webapp4
4+
image: jesusbarcia/codeurjc-daw-2021-22-webapp4
55
restart: always
66
ports:
77
- 8443:8443
@@ -16,4 +16,4 @@ services:
1616
- POSTGRES_PASSWORD=password
1717
- POSTGRES_DB=wallypop
1818
volumes:
19-
- ./postgresql:/var/lib/postgresql/data
19+
- ./postgresql:/var/lib/postgresql/data

0 commit comments

Comments
 (0)