Fixed port conflict
This commit is contained in:
parent
467c028fa4
commit
0f5e03aca8
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@
|
||||||
TZ = "Europe/Berlin";
|
TZ = "Europe/Berlin";
|
||||||
};
|
};
|
||||||
ports = [
|
ports = [
|
||||||
"8004:80"
|
"8003:80"
|
||||||
];
|
];
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--pull=always"
|
"--pull=always"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue