Skip to content

Commit e3b6a70

Browse files
fix: change port from 8080 to 10080
1 parent ccfb6fa commit e3b6a70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
web:
55
image: registry.diikstra.fr/potblog:latest
66
ports:
7-
- "8080:8080"
7+
- "10080:8080"
88
environment:
99
- ENV=prod
1010
- PORT=8080

0 commit comments

Comments
 (0)