Fixed port conflict

This commit is contained in:
baduhai 2022-12-23 22:14:21 -03:00
parent 467c028fa4
commit 0f5e03aca8

View file

@ -120,7 +120,7 @@
TZ = "Europe/Berlin"; TZ = "Europe/Berlin";
}; };
ports = [ ports = [
"8004:80" "8003:80"
]; ];
extraOptions = [ extraOptions = [
"--pull=always" "--pull=always"